Dependencies for explainable-predicates-0.1.2.3
Libraries
explainable-predicates
- array (>=0.5.2 && <0.6)
- base (>=4.12.0 && <4.20)
- syb (>=0.7.2 && <0.8)
- template-haskell (>=2.13.0 && <2.22)
- if flag(regex)
- regex-tdfa (>=1.3.1 && <1.4)
- if flag(containers)
- mono-traversable (>=1.0.15 && <1.1)
- if flag(quickcheck)
- QuickCheck (>=2.8 && <2.15)
- if flag(hunit)
- HUnit (>=1.3.0 && <1.7)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
regex | Enable regular expression matching | Enabled |
containers | Enable container matching, which depends on mono-traversable | Enabled |
quickcheck | Enable QuickCheck integration | Enabled |
hunit | Enable HUnit/Hspec integration | Enabled |
dev | Developer build | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info