Add migration guide for #9718 (#10578)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / encoding-0.8.cabal
blob2113714bde177f916a07da604e99fe34f7748816
1 Name:   encoding-wrong
2 Name:   encoding
3 Version:  0.8
4 cabal-version: >=1.12
5 -- double-dash files
6 extra-source-files:
7   -- this is comment
8   README.md "--"
9   "--"
11 custom-setup
12   setup-depends:
13     base < 5,
14     ghc-prim
16 Library
17   -- version range round trip is better
18   build-depends: base (> 4.4 || == 4.4)
20   Exposed-Modules:
21     Data.Encoding
23   -- options with spaces
24   GHC-Options:         -Wall -O2 -threaded -rtsopts "-with-rtsopts=-N1 -A64m"