Dependencies for QuickCheck-2.6
Libraries
QuickCheck
- if flag(base4)else
- if impl(ghc>=6.7) && impl(ghc<6.13)
- if impl(ghc>=6.9) && impl(ghc<7.0)
- if impl(ghc)
- if flag(templatehaskell) && impl(ghc>=6.12)
- template-haskell (>=2.4)
- if flag(templatehaskell) && impl(ghc>=6.12)
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 |
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