Disable flake index-state related tests, which often fail to `curl`
[cabal.git] / Cabal-described / Cabal-described.cabal
blobf5a5f49f6a50b8b38fe044ef1b928e72f9d2bbb6
1 cabal-version: 2.2
2 name:          Cabal-described
3 version:       3.11.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.11.0.0
15     , Cabal-syntax      ^>=3.11.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