Dependencies for darcs-2.1.99.0
Libraries
darcs
- base (<4)
- filepath (>=1.1 && <1.2)
- html (>=1.0 && <1.1)
- mtl (>=1.1 && <1.2)
- parsec (>=2.1 && <2.2)
- regex-compat (>=0.71 && <=0.92)
- if !os(windows)
- unix (>=2.3 && <2.4)
- if flag(base3)
- array (>=0.1 && <0.3)
- base (>=3)
- containers (>=0.1 && <0.3)
- directory (>=1.0 && <1.1)
- old-time (>=1.0 && <1.1)
- process (>=1.0 && <1.1)
- random (>=1.0 && <1.1)
- base (<3)
- if !flag(curl)
- if flag(external-bytestring)
- bytestring (>=0.9.0 && <0.10)
- if flag(external-zlib)
- zlib (>=0.5 && <0.6)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.2.2 && <0.3)
- if flag(haskeline)
- haskeline (>=0.3.1 && <0.4)
Executables
darcs
- base (<4)
- filepath (>=1.1 && <1.2)
- html (>=1.0 && <1.1)
- mtl (>=1.1 && <1.2)
- parsec (>=2.1 && <2.2)
- regex-compat (>=0.71 && <=0.92)
- if !os(windows)
- unix (>=2.3 && <2.4)
- if flag(base3)
- array (>=0.1 && <0.3)
- base (>=3)
- containers (>=0.1 && <0.3)
- directory (>=1.0 && <1.1)
- old-time (>=1.0 && <1.1)
- process (>=1.0 && <1.1)
- random (>=1.0 && <1.1)
- base (<3)
- if !flag(curl)
- if flag(external-bytestring)
- bytestring (>=0.9.0 && <0.10)
- if flag(external-zlib)
- zlib (>=0.5 && <0.6)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.2.2 && <0.3)
- if flag(haskeline) && !os(windows)
- haskeline (>=0.3.1 && <0.4)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| curl | Use libcurl for HTTP support. | Enabled |
| curl-pipelining | Use libcurl's HTTP pipelining. | Disabled |
| libwww | Use libwww for HTTP support. | Enabled |
| http | Use the pure Haskell HTTP package for HTTP support. | Enabled |
| external-bytestring | Use the external bytestring package. | Enabled |
| external-zlib | Use the external zlib binding package. | Disabled |
| haskeline | Use the haskeline package for command line editing support. | Disabled |
| terminfo | Use the terminfo package for enhanced console support. | Enabled |
| curses | Use libcurses for enhances console support. | Disabled |
| type-witnesses | Use GADT type witnesses. | Disabled |
| color | Use ansi color escapes. | Enabled |
| base3 | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info