Dependencies for snap-core-0.3.1
Libraries
snap-core
- attoparsec (>=0.8.0.2 && <0.9)
- base (>=4 && <4.3)
- bytestring
- bytestring-nums
- bytestring-show (>=0.3.2 && <0.4)
- cereal (>=0.3 && <0.4)
- containers
- deepseq (>=1.1 && <1.2)
- directory
- dlist (>=0.5 && <0.6)
- enumerator (>=0.4.5 && <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)
- zlib
- if !(flag(portable) || os(windows))
- bytestring-mmap (>=0.2.1 && <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 |
| no-debug | Disable any debug logging code. Without 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