Use Markdown changelog entry
[cabal.git] / Cabal-described / Cabal-described.cabal
blobe8fd71a49fa25bfe51004692ae50f683454dfc03
1 cabal-version: 2.2
2 name:          Cabal-described
3 version:       3.15.0.0
4 synopsis:      Described functionality for types in Cabal
5 category:      Testing, Parsec
6 description:   Provides rere bindings
7 build-type:    Simple
9 library
10   default-language: Haskell2010
11   hs-source-dirs:   src
12   ghc-options:      -Wall
13   build-depends:
14     , base
15     , Cabal             ^>=3.15.0.0
16     , Cabal-syntax      ^>=3.15.0.0
17     , containers
18     , pretty
19     , QuickCheck
20     , rere              >=0.1 && <0.3
21     , tasty             <1.6
22     , tasty-quickcheck  <0.12
24   exposed-modules:
25     Distribution.Described
26     Distribution.Utils.CharSet
27     Distribution.Utils.GrammarRegex