Dependencies for cryptohash-sha256-0.11.102.0
Libraries
cryptohash-sha256
- base (>=4.5 && <4.15)
- if flag(use-cbits)
- bytestring (>=0.9.2 && <0.10 || >=0.10.0 && <0.11 || >=0.11.0 && <0.12)
- cryptohash-sha256-pure (>=0.1.0 && <0.2)
Executables
sha256sum
- if flag(exe)
- base
- base16-bytestring (>=0.1.1 && <0.2 || >=1.0.0 && <1.1)
- bytestring
- cryptohash-sha256
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
exe | Enable building | Disabled |
use-cbits | Use fast optimized C routines via FFI; if flag is disabled falls back to non-FFI Haskell optimized implementation. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info