Dependencies for intricacy-0.9.0.0
Executables
intricacy
- if !flag(game) || !flag(sdl1) && !flag(sdl2) && !flag(curses)
- buildable: False
- array (>=0.3 && <0.6)
- base (>=4.3 && <5)
- binary (>=0.5 && <0.11)
- bytestring (>=0.10 && <0.13)
- containers (>=0.4 && <0.9)
- crypton (<1.1)
- directory (>=1.0 && <1.4)
- exceptions (>=0.8.3 && <0.11)
- filepath (>=1.0 && <1.6)
- memory (>=0.11 && <0.19)
- mtl (>=2.1.3.1 && <2.4)
- network-simple (>=0.3 && <0.5)
- safe (>=0.3.18 && <0.4)
- stm (>=2.1 && <2.6)
- text (>=0.1 && <3)
- time (>=1.2 && <1.15)
- transformers (>=0.3.0.0 && <0.8)
- vector (>=0.9 && <0.14)
- if !impl(ghc>=8.0)
- semigroups (>=0.18 && <0.19)
- if flag(sdl1)
- if flag(sdl2) && !flag(sdl1) && !flag(curses)
- random (>=1.0 && <1.4)
- sdl2 (>=2.3 && <2.6)
- sdl2-gfx (>=0.2 && <0.4)
- sdl2-ttf (>=2.0 && <2.3)
- if flag(sound)
- sdl2-mixer (<1.3)
- if flag(embed)
- file-embed (<0.1)
- if flag(curses)
- hscurses (<1.6)
intricacy-server
- if flag(server)
- argon2 (>=1.3 && <1.4)
- array (>=0.3 && <0.6)
- base (>=4.3 && <5)
- binary (>=0.5 && <0.11)
- bytestring (>=0.10 && <0.13)
- containers (>=0.4 && <0.9)
- crypton (<1.1)
- directory (>=1.0 && <1.4)
- email-validate (>=1.0 && <2.4)
- exceptions (>=0.8.3 && <0.11)
- feed (>=1.1 && <1.4)
- filepath (>=1.0 && <1.6)
- memory (>=0.11 && <0.19)
- mime-mail (>=0.4.4 && <0.6)
- mtl (>=2.2 && <2.4)
- network-fancy (>=0.1.5 && <0.3)
- pipes (>=4 && <4.4)
- random (>=1.0 && <1.4)
- safe (>=0.3.18 && <0.4)
- stm (>=2.1 && <2.6)
- text (>=0.1 && <3)
- text-short (>=0.1 && <0.2)
- time (>=1.5 && <1.15)
- transformers (>=0.4 && <0.8)
- vector (>=0.9 && <0.14)
- xml-conduit (>=1.0 && <1.11)
- if !impl(ghc>=8.0)
- semigroups (>=0.18 && <0.19)
- if flag(sendmail)
- smtp-mail (>=0.1.4.1 && <0.6)
- buildable: False
Flags
Manual Flags
Name | Description | Default |
---|---|---|
game | Build game | Enabled |
sdl1 | Enable SDL1 UI (deprecated) | Disabled |
curses | Enable Curses UI (disables sdl2) | Disabled |
server | Build server | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
sdl2 | Enable SDL2 UI | Enabled |
embed | Embed font into executable (with Template Haskell) when using sdl2 | Enabled |
sound | Enable sound | Enabled |
sendmail | Include support for sending mail | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info