Dependencies for snap-core-0.9.2
Libraries
snap-core
- attoparsec (>=0.10 && <0.11)
- attoparsec-enumerator (>=0.3 && <0.4)
- base (>=4 && <5)
- blaze-builder (>=0.2.1.4 && <0.4)
- blaze-builder-enumerator (>=0.2 && <0.3)
- bytestring (>=0.9 && <0.11)
- case-insensitive (>=0.3 && <0.5)
- containers (>=0.3 && <1.0)
- deepseq (>=1.1 && <1.4)
- directory (>=1 && <2)
- enumerator (>=0.4.15 && <0.5)
- filepath (>=1.1 && <2.0)
- HUnit (>=1.2 && <2)
- MonadCatchIO-transformers (>=0.2.1 && <0.4)
- mtl (>=2.0 && <2.2)
- old-locale (>=1 && <2)
- random (>=1 && <2)
- regex-posix (>=0.95 && <1)
- text (>=0.11 && <0.12)
- time (>=1.0 && <1.5)
- transformers (>=0.2 && <0.4)
- 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