Add migration guide for #9718 (#10578)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / issue-774.cabal
blobb6d05a163472c4df03df305d54c6e91478d04328
1 name:        issue
2 version:     744
3 synopsis:    Package description parser interprets curly braces in the description field
4 description: Here is some C code:
5              .
6              > for(i = 0; i < 100; i++) {
7              >   printf("%d\n",i);
8              > }
9              .
10              What does it look like?
11 build-type:    Simple
12 -- we test that check warns about this
13 cabal-version: >=1.12
15 library
16   default-language: Haskell2010
17   exposed-modules:  Issue
19   -- Test for round-trip of ghc-options here too
20   -- See https://github.com/haskell/cabal/issues/2661
21   ghc-options: -Wall -threaded "-with-rtsopts=-N -s -M1G -c" -rtsopts