Dependencies for snap-core-0.5.1
Libraries
snap-core
- attoparsec (>=0.8.0.2 && <0.9)
- attoparsec-enumerator (>=0.2.0.3)
- base (>=4 && <5)
- blaze-builder (>=0.2.1.4 && <0.4)
- bytestring
- bytestring-nums
- case-insensitive (>=0.2 && <0.3)
- containers
- deepseq (>=1.1 && <1.2)
- directory
- dlist (>=0.5 && <0.6)
- enumerator (>=0.4.7 && <0.5)
- filepath
- MonadCatchIO-transformers (>=0.2.1 && <0.3)
- mtl (>=2.0 && <2.1)
- old-locale
- old-time
- text (>=0.11 && <0.12)
- time
- transformers (>=0.2 && <0.3)
- unix-compat (>=0.2 && <0.3)
- vector (>=0.6 && <0.8)
- zlib
- if !(flag(portable) || os(windows))
- bytestring-mmap (>=0.2.2 && <0.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 |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info