Merge pull request #9898 from haskell/mergify/bp/3.12/pr-9865
[cabal.git] / Cabal-QuickCheck / Cabal-QuickCheck.cabal
blobb1397c05d5f37015f6fa49cacbd589b87cf2cfc7
1 cabal-version: 2.2
2 name:          Cabal-QuickCheck
3 version:       3.12.0.0
4 synopsis:      QuickCheck instances for types in Cabal
5 category:      Testing
6 description:
7   Provides QuickCheck Arbitrary instances for some types in Cabal
9 library
10   default-language: Haskell2010
11   hs-source-dirs:   src
12   ghc-options:      -Wall
13   build-depends:
14     , base
15     , bytestring
16     , Cabal         ^>=3.12.0.0
17     , Cabal-syntax  ^>=3.12.0.0
18     , QuickCheck    ^>=2.13.2 || ^>=2.14
20   exposed-modules:
21     Test.QuickCheck.GenericArbitrary
22     Test.QuickCheck.Instances.Cabal