packages feed

Cabal-2.2.0.0: tests/ParserTests/regressions/issue-774.cabal

name:        issue
version:     744
synopsis:    Package description parser interprets curly braces in the description field
description: Here is some C code:
             .
             > for(i = 0; i < 100; i++) {
             >   printf("%d\n",i);
             > }
             .
             What does it look like?
build-type:    Simple
-- we test that check warns about this
cabal-version: >=1.12

library
  default-language: Haskell2010
  exposed-modules:  Issue

  -- Test for round-trip of ghc-options here too
  -- See https://github.com/haskell/cabal/issues/2661
  ghc-options: -Wall -threaded "-with-rtsopts=-N -s -M1G -c" -rtsopts