Dependencies for hashable-1.4.0.0
Libraries
hashable
- base (>=4.9 && <4.17)
- bytestring (>=0.9 && <0.12)
- containers (>=0.4.2.1 && <0.7)
- deepseq (>=1.3 && <1.5)
- ghc-prim
- text (>=0.12 && <1.3)
- if !impl(ghc>=9.2)
- base-orphans (>=0.8.6)
- if impl(ghc>=9)
- ghc-bignum (>=1.0 && <1.1 || >=1.2 && <1.3)
- if !impl(ghc>=9.2)
- ghc-bignum-orphans (>=0.1 && <0.2)
- if flag(integer-gmp)
- integer-gmp (>=0.4 && <1.1)
- if !impl(ghc>=8)
- transformers (>=0.3 && <0.7)
- transformers-compat (>=0.7.1 && <0.8)
- if flag(containers)
- containers (>=0.5.9.1)
- containers (<0.5.9.1)
- functor-classes-compat (>=2 && <2.1)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
random-initial-seed | Randomly initialize the initial seed on each final executable invocation This is useful for catching cases when you rely on (non-existent) stability of hashable's hash functions. This is not a security feature. | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
integer-gmp | Are we using | Enabled |
containers | 'containers >= 0.5.9.1' | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info