Dependencies for QuickCheck-2.14.1
Libraries
QuickCheck
- base (>=4.3 && <5)
- containers
- if flag(old-random)
- random (>=1.0.0.3 && <1.2.0)
- random (>=1.2.0 && <1.3)
- if !impl(hugs)
- splitmix (>=0.1 && <0.2)
- if impl(ghc)
- deepseq (>=1.1.0.0)
- transformers (>=0.3)
- if impl(ghc) && flag(templatehaskell)
- template-haskell (>=2.4)
- if impl(ghc>=7.2) && impl(ghc<7.6)
- if impl(ghc>=7.2)
- random (>=1.0.1.0)
- if impl(ghc>=7.4)
- containers (>=0.4.2.1)
- if impl(uhc)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
templatehaskell | Build Test.QuickCheck.All, which uses Template Haskell. | Enabled |
old-random | Build against a pre-1.2.0 version of the random package. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info