Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / common.format
blob7fb317a16a56275eba47efbeafceff02e0e231fe
1 common.cabal:29:3: Unknown field: import. You should set cabal-version: 2.2 or larger to use common stanzas
2 common.cabal:20:3: Unknown field: import. You should set cabal-version: 2.2 or larger to use common stanzas
3 common.cabal:14:1: Ignoring section: common. You should set cabal-version: 2.2 or larger to use common stanzas.
4 cabal-version:            >=1.10
5 name:                     common
6 version:                  0
7 synopsis:                 Common-stanza demo demo
8 x-revision:               1
9 x-follows-version-policy:
10 build-type:               Simple
12 source-repository head
13     type:     git
14     location: https://github.com/hvr/-.git
16 library
17     exposed-modules:  ElseIf
18     default-language: Haskell2010
19     build-depends:    ghc-prim
21 test-suite tests
22     type:          exitcode-stdio-1.0
23     main-is:       Tests.hs
24     build-depends: HUnit