Dependencies for HsOpenSSL-0.11.6
Libraries
HsOpenSSL
- base (>=4.4 && <5)
- bytestring (>=0.9 && <0.11)
- network (>=2.1 && <3.2)
- time (>=1.4 && <1.10)
- if flag(old-locale)
- old-locale (>=1.0.0.2 && <1.1)
- time (<1.5)
- time (>=1.5)
- if flag(fast-bignum) && impl(ghc>=7.10.1)
- integer-gmp (>=1.0.0 && <1.1.0)
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| use-pkg-config | Use pkg-config to find OpenSSL (macOS and linux only). | Disabled |
Automatic Flags
| Name | Description | Default |
|---|---|---|
| fast-bignum | Enable fast moving of bignums between OpenSSL and GMP (GHC and OpenSSL version < 1.1.0 only). | Disabled |
| homebrew-openssl | Use Homebrew version of OpenSSL (macOS only). | Disabled |
| macports-openssl | Use MacPorts version of OpenSSL (macOS only). | Disabled |
| old-locale | If true, use old-locale, otherwise use time 1.5 or newer. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info