Update cabal-install-solver synopsis (fix #10183) (#10192)
[cabal.git] / Cabal-QuickCheck / Cabal-QuickCheck.cabal
blob37c0f88fc4ee442acf9cc7b297b3aa81b8db74de
1 cabal-version: 2.2
2 name:          Cabal-QuickCheck
3 version:       3.13.0.0
4 synopsis:      QuickCheck instances for types in Cabal
5 category:      Testing
6 build-type:    Simple
7 description:
8   Provides QuickCheck Arbitrary instances for some types in Cabal
10 library
11   default-language: Haskell2010
12   hs-source-dirs:   src
13   ghc-options:      -Wall
14   build-depends:
15     , base
16     , bytestring
17     , Cabal         ^>=3.13.0.0
18     , Cabal-syntax  ^>=3.13.0.0
19     , QuickCheck    ^>=2.13.2 || ^>=2.14
21   exposed-modules:
22     Test.QuickCheck.GenericArbitrary
23     Test.QuickCheck.Instances.Cabal