Merge pull request #10599 from cabalism/typo/depency
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / multiple-libs-2.format
blob2cc3d5a6556c86889769e6bc4160b2b111eeabc8
1 multiple-libs-2.cabal:17:3: The field "visibility" is available only since the Cabal specification version 3.0. This field will be ignored.
2 cabal-version: 2.0
3 name:          multiple-libs
4 version:       0
5 synopsis:      visible flag only since 3.0
6 build-type:    Simple
8 library
9     exposed-modules:  ElseIf
10     default-language: Haskell2010
11     build-depends:    base
13 library public
14     exposed-modules:  ElseIf2
15     default-language: Haskell2010
16     build-depends:    base