Dependencies for snap-core-0.2.14
Libraries
snap-core
- attoparsec (>=0.8.0.2 && <0.9)
- base (>=4 && <5)
- 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)
- filepath
- iteratee (>=0.3.1 && <0.4)
- ListLike (>=1 && <2)
- MonadCatchIO-transformers (>=0.2.1 && <0.3)
- monads-fd
- old-locale
- old-time
- text (>=0.10 && <0.11)
- time
- transformers
- unix-compat
- zlib
- if !(flag(portable) || os(windows))
- bytestring-mmap (>=0.2.1 && <0.3)
Executables
snap
- attoparsec (>=0.8.1 && <0.9)
- base (>=4 && <5)
- bytestring
- bytestring-nums
- bytestring-show (>=0.3.2 && <0.4)
- cereal (>=0.3 && <0.4)
- containers
- deepseq (>=1.1 && <1.2)
- directory
- directory-tree
- dlist (>=0.5 && <0.6)
- filepath
- haskell98
- iteratee (>=0.3.1 && <0.4)
- monads-fd
- old-locale
- old-time
- template-haskell
- text (>=0.10 && <0.11)
- time
- transformers
- unix-compat
- zlib
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