Dependencies for QuickCheck-2.8.1
Libraries
QuickCheck
- containers
- if flag(base4point8)
- base (>=4.8 && <4.13)
- if flag(base4point8) || flag(base4) || flag(base3)
- random (>=1.0.1.0 && <1.2)
- if impl(ghc>=7)
- transformers (>=0.2)
- if impl(ghc>=6.12) && flag(templatehaskell)
- template-haskell (>=2.4 && <2.11)
- if impl(ghc>=6.7) && impl(ghc<6.13)
- if impl(ghc>=6.9) && impl(ghc<7.0)
- if impl(ghc>=7.2) && impl(ghc<7.6)
- if impl(ghc>=7) && (flag(base4point8) || flag(base4))
- tf-random (>=0.4)
- if impl(uhc)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
base3 | Choose the new smaller, split-up base package. | Enabled |
base4 | Choose the even newer base package with extensible exceptions. | Enabled |
base4point8 | Choose the even more newer base package with natural numbers. | Enabled |
templatehaskell | Build Test.QuickCheck.All, which uses Template Haskell. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info