Dependencies for snap-core-1.0.5.1
Libraries
snap-core
- attoparsec (>=0.12 && <0.15)
- base (>=4 && <5)
- bytestring (>=0.9 && <0.13)
- bytestring-builder (>=0.10.4 && <0.11)
- case-insensitive (>=1.1 && <1.3)
- containers (>=0.3 && <1)
- directory (>=1 && <2)
- filepath (>=1.1 && <2)
- hashable (>=1.2.0.6 && <2)
- HUnit (>=1.2 && <2)
- io-streams (>=1.3 && <1.6)
- lifted-base (>=0.1 && <0.3)
- monad-control (>=1.0 && <1.1)
- mtl (>=2.0 && <2.4)
- random (>=1 && <2)
- readable (>=0.1 && <0.4)
- regex-posix (>=0.95 && <1)
- text (>=0.11 && <2.2)
- time (>=1.0 && <1.15)
- transformers (>=0.3 && <0.7)
- transformers-base (>=0.4 && <0.5)
- unix-compat (>=0.3 && <0.8)
- unordered-containers (>=0.1.4.3 && <0.3)
- vector (>=0.6 && <0.14)
- if flag(portable) || os(windows)
- time-locale-compat (>=0.1 && <0.2)
- old-locale (>=1 && <2)
- if impl(ghc<8.8)
- if !impl(ghc>=8.0)
- fail (>=4.9 && <4.10)
- semigroups (>=0.18 && <0.20)
- if !impl(ghc>=8.0)
- if flag(network-uri)
- network (>=2.6 && <4)
- network-uri (>=2.6 && <2.7)
- network (>=2.3 && <2.6)
- network-uri (>=2.5 && <2.6)
- if !impl(ghc>=7.6)
- unix-compat (>=0.3 && <0.5.3)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
portable | Compile in cross-platform mode. No platform-specific code or optimizations such as C routines will be used. | Disabled |
debug | Enable debug logging code. With this flag, Snap will
test the DEBUG environment variable to decide whether to do
logging, and this introduces a tiny amount of overhead
(a call into a function pointer) because the calls to | Disabled |
network-uri | Get Network.URI from the network-uri package | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info