Dependencies for gf-3.7
Libraries
gf
- array
- base (>=4.3 && <5)
- bytestring
- containers
- directory
- exceptions
- filepath
- haskeline
- mtl
- old-locale
- parallel (>=3)
- pretty
- process
- random
- time
- time-compat
- utf8-string
- if !flag(custom-binary)
- if flag(server)
- cgi (>=3001.2.2.0)
- httpd-shed (>=0.4.0.3)
- json
- network (>=2.3 && <2.7)
- if flag(network-uri)
- network (>=2.6)
- network-uri (>=2.6)
- network (<2.6)
- if os(windows)else
Executables
gf
pgf-shell
- base
- containers
- gf
- lifted-base
- mtl
- if !flag(c-runtime)
- buildable: False
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| interrupt | Enable Ctrl+Break in the shell | Enabled |
| server | Include --server mode | Enabled |
| network-uri | Get Network.URI from the network-uri package | Enabled |
| custom-binary | Use a customised version of the binary package | Enabled |
| c-runtime | Include functionality from the C run-time library (which must be installed already) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info