Dependencies for snap-server-1.1.1.2
Libraries
snap-server
- attoparsec (>=0.12 && <0.14)
- base (>=4.6 && <4.15)
- blaze-builder (>=0.4 && <0.5)
- bytestring (>=0.9.1 && <0.11)
- bytestring-builder (>=0.10.4 && <0.11)
- case-insensitive (>=1.1 && <1.3)
- clock (>=0.7.1 && <0.9)
- containers (>=0.3 && <0.7)
- filepath (>=1.1 && <2.0)
- io-streams (>=1.3 && <1.6)
- io-streams-haproxy (>=1.0 && <1.1)
- lifted-base (>=0.1 && <0.3)
- mtl (>=2.0 && <2.3)
- network (>=2.3 && <3.2)
- old-locale (>=1.0 && <1.1)
- snap-core (>=1.0 && <1.1)
- text (>=0.11 && <1.3)
- time (>=1.0 && <1.11)
- unix-compat (>=0.2 && <0.6)
- vector (>=0.7 && <0.13)
- if !impl(ghc>=8.0)
- semigroups (>=0.16 && <0.19)
- if !(flag(portable) || os(windows))
- unix (<2.8)
- if flag(openssl)
- HsOpenSSL (>=0.10.4 && <0.12)
- openssl-streams (>=1.1 && <1.3)
Executables
snap-test-pong-server
- attoparsec
- base
- blaze-builder
- bytestring
- bytestring-builder
- case-insensitive
- clock
- containers
- io-streams
- io-streams-haproxy
- lifted-base
- mtl
- network
- old-locale
- snap-core
- text
- time
- unix-compat
- vector
- if !flag(build-pong)
- buildable: False
- if !(flag(portable) || os(windows))
- if flag(openssl)
snap-test-server
- attoparsec
- base
- blaze-builder
- bytestring
- bytestring-builder
- case-insensitive
- clock
- containers
- directory
- io-streams
- io-streams-haproxy
- lifted-base
- mtl
- network
- old-locale
- snap-core
- text
- time
- transformers
- unix-compat
- vector
- if !flag(build-testserver)
- buildable: False
- if flag(openssl)
- if !(flag(portable) || os(windows))
Flags
Manual Flags
Name | Description | Default |
---|---|---|
openssl | Enable https support using the HsOpenSSL library. | Disabled |
build-pong | Build a server that just returns PONG? Normally useful only for benchmarks. | Disabled |
build-testserver | Build the blackbox testserver? | Disabled |
debug | Enable support for debugging. | Disabled |
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 |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info