Dependencies for hashable-1.3.2.0
Libraries
hashable
- base (>=4.5 && <4.17)
- bytestring (>=0.9 && <0.12)
- deepseq (>=1.3 && <1.5)
- ghc-prim
- text (>=0.12 && <1.3)
- if impl(ghc>=9)
- ghc-bignum (>=1.0 && <1.1 || >=1.2 && <1.3)
- if flag(integer-gmp)
- integer-gmp (>=0.4 && <1.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. | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
integer-gmp | Are we using | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info