Dependencies for quickcheck-classes-base-0.6.1.0
Libraries
quickcheck-classes-base
- base (>=4.5 && <5)
- base-orphans (>=0.1)
- bifunctors
- containers (>=0.4.2.1)
- contravariant
- fail
- QuickCheck (>=2.7)
- tagged
- transformers (>=0.3 && <0.6)
- if impl(ghc<8.0)
- semigroups (>=0.17)
- if impl(ghc>7.4) && impl(ghc<7.6)
- if flag(unary-laws)
- QuickCheck (>=2.10.0)
- transformers (>=0.4.0)
- if flag(binary-laws)
- QuickCheck (>=2.10.0)
- transformers (>=0.5.0)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
unary-laws | Include infrastructure for testing class laws of unary type constructors. | Enabled |
binary-laws | Include infrastructure for testing class laws of binary type constructors. Disabling `unary-laws` while keeping `binary-laws` enabled is an unsupported configuration. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info