Create changelogs for 3.14.1.0 (#10591)
[cabal.git] / Cabal-tests / tests / ParserTests / regressions / wl-pprint-indef.format
blob1a16e964b06412450ca09c68a88b4da1b43dea2b
1 wl-pprint-indef.cabal:28:3: The field "mixins" is available only since the Cabal specification version 2.0. This field will be ignored.
2 wl-pprint-indef.cabal:27:3: The field "signatures" is available only since the Cabal specification version 2.0. This field will be ignored.
3 wl-pprint-indef.cabal:23:3: The field "mixins" is available only since the Cabal specification version 2.0. This field will be ignored.
4 cabal-version: >=1.6
5 name:          wl-pprint-indef
6 version:       1.2
7 license:       BSD3
8 license-file:  LICENSE
9 maintainer:    Noam Lewis <jones.noamle@gmail.com>
10 author:        Daan Leijen
11 synopsis:      The Wadler/Leijen Pretty Printer
12 description:
13     This is a pretty printing library based on Wadler's paper "A Prettier
14     Printer".  See the haddocks for full info.  This version allows the
15     library user to declare overlapping instances of the 'Pretty' class.
17 category:      Text
18 build-type:    Simple
20 source-repository head
21     type:     git
22     location: git@github.com:danidiaz/wl-pprint-indef.git
24 library
25     exposed-modules: Text.PrettyPrint.Leijen
26     build-depends:
27         base <5,
28         str-sig >=0.1.0.0
30 executable wl-pprint-string-example
31     main-is:        Main.hs
32     hs-source-dirs: example-string
33     other-modules:  StringImpl
34     build-depends:
35         base <5,
36         str-string >=0.1.0.0,
37         wl-pprint-indef