Dependencies for snap-core-0.8.0
Libraries
snap-core
- attoparsec (>=0.10 && <0.11)
- attoparsec-enumerator (>=0.3 && <0.4)
- base (>=4 && <5)
- base16-bytestring (<=0.2)
- blaze-builder (>=0.2.1.4 && <0.4)
- blaze-builder-enumerator (>=0.2 && <0.3)
- bytestring
- bytestring-nums
- case-insensitive (>=0.3 && <0.5)
- containers
- deepseq (>=1.1 && <1.4)
- directory
- dlist (>=0.5 && <0.6)
- enumerator (>=0.4.15 && <0.5)
- filepath
- HUnit (>=1.2 && <2)
- MonadCatchIO-transformers (>=0.2.1 && <0.3)
- mtl (>=2.0 && <2.1)
- mwc-random (>=0.10 && <0.13)
- old-locale
- old-time
- regex-posix (<=0.95.2)
- text (>=0.11 && <0.12)
- time (>=1.0 && <1.5)
- transformers (>=0.2 && <0.3)
- unix-compat (>=0.2 && <0.4)
- unordered-containers (>=0.1.4.3 && <0.3)
- vector (>=0.6 && <0.10)
- zlib-enum (>=0.2.1 && <0.3)
- if !(flag(portable) || os(windows))
- bytestring-mmap (>=0.2.2 && <0.3)
- unix (>=2.4 && <3.0)
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 |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info