still broken with GHC 9.4: PackageTests/Backpack/Includes2/setup-per-component.test.hs
[cabal.git] / Cabal-described / Cabal-described.cabal
blob680272a8d2b8d518977cf1765d336c721419f946
1 cabal-version: 2.2
2 name:          Cabal-described
3 version:       3.9.0.0
4 synopsis:      Described functionality for types in Cabal
5 category:      Testing, Parsec
6 description:   Provides rere bindings
8 library
9   default-language: Haskell2010
10   hs-source-dirs:   src
11   ghc-options:      -Wall
12   build-depends:
13     , base
14     , Cabal             ^>=3.9.0.0
15     , Cabal-syntax      ^>=3.9.0.0
16     , containers
17     , pretty
18     , QuickCheck
19     , rere              >=0.1 && <0.3
20     , tasty
21     , tasty-quickcheck
22     , transformers
24   exposed-modules:
25     Distribution.Described
26     Distribution.Utils.CharSet
27     Distribution.Utils.GrammarRegex