Minor refactor: spell out max supported GHC once (#10663)
[cabal.git] / cabal-testsuite / PackageTests / Check / ConfiguredPackage / License / UnknownLicence / pkg.cabal
blob70c973bc8e4cc607ec9c3d1e010eff50e3481509
1 cabal-version: 2.0
2 build-type: Custom
3 name: pkg
4 version: 0
5 category: example
6 maintainer: none@example.com
7 synopsis: synopsis
8 description: description
9 license: Illiberal
10 license-file: LICENSE
12 custom-setup
14 library
15   exposed-modules: Foo
16   default-language: Haskell2010