Dependencies for intricacy-0.8.2.1
Executables
intricacy
- if !flag(game)
- 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.8)
- cryptonite (>=0.16 && <0.31)
- 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)
- time (>=1.2 && <1.14)
- transformers (>=0.3.0.0 && <0.8)
- vector (>=0.9 && <0.14)
- if !impl(ghc>=8.0)
- semigroups (>=0.18 && <0.19)
- if flag(sdl)
- if flag(curses)
- hscurses (>=1.4 && <1.5)
- if !flag(sdl) && !flag(curses)
- buildable: False
- base (<0)
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.12)
- containers (>=0.4 && <0.7)
- cryptonite (>=0.16 && <0.31)
- 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.5)
- memory (>=0.11 && <0.18)
- 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.14)
- transformers (>=0.4 && <0.8)
- vector (>=0.9 && <0.13)
- xml-conduit (>=1.0 && <1.10)
- if !impl(ghc>=8.0)
- semigroups (>=0.18 && <0.19)
- if flag(sendmail)
- smtp-mail (>=0.1.4.1 && <0.4)
- buildable: False
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| game | Build game | Enabled |
| server | Build server | Disabled |
| sendmail | Include support for sending mail | Disabled |
Automatic Flags
| Name | Description | Default |
|---|---|---|
| sdl | Enable SDL UI | Enabled |
| sound | Enable sound | Enabled |
| curses | Enable Curses UI | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info