Dependencies for snap-core-0.2.4
Libraries
snap-core
- attoparsec (>=0.8.0.2 && <0.9)
- base (>=4 && <5)
- bytestring
- bytestring-nums
- cereal (>=0.2 && <0.3)
- containers
- directory
- dlist (>=0.5 && <0.6)
- filepath
- iteratee (>=0.3.1 && <0.4)
- MonadCatchIO-transformers (>=0.2.1 && <0.3)
- monads-fd
- old-locale
- old-time
- text (>=0.7.1 && <0.8)
- time
- transformers
- unix-compat
- zlib
- if !(flag(portable) || os(windows))
- bytestring-mmap (>=0.2.1 && <0.3)
Executables
snap
- attoparsec (>=0.8.0.2 && <0.9)
- base (>=4 && <5)
- bytestring
- bytestring-nums
- cereal (>=0.2 && <0.3)
- containers
- 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.7.1 && <0.8)
- time
- transformers
- unix-compat
- zlib
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| debug | Enable debug logging to stderr | Disabled |
| testsuite | Are we running the testsuite? Causes arguments to "debug" to be evaluated but not printed. | Disabled |
| portable | Compile in cross-platform mode. No platform-specific code or optimizations such as C routines will be used. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info