Dependencies for hashable-1.4.2.0
Libraries
hashable
- base (>=4.10.1.0 && <4.19)
- bytestring (>=0.10.8.2 && <0.12)
- containers (>=0.5.10.2 && <0.7)
- deepseq (>=1.4.3.0 && <1.5)
- filepath (>=1.4.1.2 && <1.5)
- ghc-prim
- text (>=1.2.3.0 && <1.3 || >=2.0 && <2.1)
- if !impl(ghc>=9.2)
- base-orphans (>=0.8.6 && <0.10)
- if !impl(ghc>=9.4)
- data-array-byte (>=0.1.0.1 && <0.2)
- if impl(ghc>=9)
- ghc-bignum (>=1.0 && <1.4)
- if !impl(ghc>=9.0.2)
- ghc-bignum-orphans (>=0.1 && <0.2)
- 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. This is not a security feature. | 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