Merge pull request #10592 from cabalism/typo/respositories
[cabal.git] / Cabal-QuickCheck / Cabal-QuickCheck.cabal
blob0fbccd53d91f74d2f9b502d44d088707f4fefa21
1 cabal-version: 2.2
2 name:          Cabal-QuickCheck
3 version:       3.15.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.15.0.0
18     , Cabal-syntax  ^>=3.15.0.0
19     , QuickCheck    ^>=2.13.2 || ^>=2.14
21   exposed-modules:
22     Test.QuickCheck.GenericArbitrary
23     Test.QuickCheck.Instances.Cabal