Dependencies for LambdaHack-0.8.1.0
Libraries
LambdaHack
- assert-failure (>=0.1.2 && <0.2)
- async (>=2.2.1)
- base (>=4.9 && <4.19)
- base-compat (>=0.8.0)
- binary (>=0.8)
- bytestring (>=0.9.2)
- containers (>=0.5.3.0)
- deepseq (>=1.3)
- directory (>=1.1.0.1)
- enummapset (>=0.5.2.2)
- filepath (>=1.2.0.1)
- ghc-prim
- hashable (>=1.1.2.5)
- hsini (>=0.2)
- keys (>=3)
- miniutter (>=0.4.5.0)
- optparse-applicative (>=0.13)
- pretty-show (>=1.6)
- random (>=1.1)
- stm (>=2.4)
- text (>=0.11.2.3)
- time (>=1.4)
- transformers (>=0.4)
- unordered-containers (>=0.2.3)
- vector (>=0.11)
- vector-binary-instances (>=0.2.3.1)
- if impl(ghcjs) || flag(jsaddle)
- ghcjs-dom (>=0.9.1.1)
- if !impl(ghcjs)
- zlib (>=0.5.3.1)
Executables
LambdaHack
- assert-failure (>=0.1.2 && <0.2)
- async (>=2.2.1)
- base (>=4.9 && <99)
- base-compat (>=0.8.0)
- binary (>=0.8)
- bytestring (>=0.9.2)
- containers (>=0.5.3.0)
- deepseq (>=1.3)
- directory (>=1.1.0.1)
- enummapset (>=0.5.2.2)
- filepath (>=1.2.0.1)
- ghc-prim
- hashable (>=1.1.2.5)
- hsini (>=0.2)
- keys (>=3)
- LambdaHack
- miniutter (>=0.4.5.0)
- optparse-applicative (>=0.13)
- pretty-show (>=1.6)
- random (>=1.1)
- stm (>=2.4)
- template-haskell (>=2.6)
- text (>=0.11.2.3)
- time (>=1.4)
- transformers (>=0.4)
- unordered-containers (>=0.2.3)
- vector (>=0.11)
- vector-binary-instances (>=0.2.3.1)
- if !impl(ghcjs)
- zlib (>=0.5.3.1)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
vty | switch to the vty frontend | Disabled |
curses | switch to the curses frontend (not fully supported) | Disabled |
gtk | switch to the GTK frontend | Disabled |
sdl | switch to the SDL2 frontend | Disabled |
jsaddle | switch to the JSaddle frontend | Disabled |
with_expensive_assertions | turn on expensive assertions of well-tested code | Disabled |
release | prepare for a release (expose internal functions and types, etc.) | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info