Dependencies for haskeline-0.7.2.2
Libraries
haskeline
- base (>=4.3 && <4.10)
- bytestring (>=0.9 && <0.11)
- containers (>=0.4 && <0.6)
- directory (>=1.1 && <1.3)
- filepath (>=1.2 && <1.5)
- transformers (>=0.2 && <0.6)
- if !(!flag(legacy-encoding) && impl(ghc>=7.4))
- utf8-string (>=0.3.6 && <0.4)
- if os(windows)
- Win32 (>=2.0)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| terminfo | Use the terminfo package for POSIX consoles. | Enabled |
| libiconv | Explicitly link against the libiconv library. | Disabled |
| legacy-encoding | Use the legacy iconv encoding for POSIX, even on ghc>=7.4.1. (Intended for testing only.) | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info