Dependencies for darcs-2.3.1
Libraries
darcs
- array (>=0.1 && <0.3)
- base (>=3 && <4)
- containers (>=0.1 && <0.3)
- directory (>=1.0 && <1.1)
- filepath (>=1.1 && <1.2)
- hashed-storage (>=0.3.8 && <0.4)
- haskeline (>=0.6.1 && <0.7)
- html (>=1.0 && <1.1)
- mtl (>=1.0 && <1.2)
- old-time (>=1.0 && <1.1)
- parsec (>=2.0 && <3.1)
- process (>=1.0 && <1.1)
- random (>=1.0 && <1.1)
- regex-compat (>=0.71 && <0.94)
- if !os(windows)
- unix (>=1.0 && <2.4)
- if flag(http)
- if !flag(curl) && !flag(http)
- buildable: False
- if flag(mmap) && !os(windows)
- mmap (>=0.2)
- if flag(bytestring)
- bytestring (>=0.9.0 && <0.10)
- if flag(zlib)
- zlib (>=0.5.1.0 && <0.6.0.0)
- if flag(utf8-string)
- utf8-string (>=0.3 && <0.4)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
Executables
witnesses
- if !flag(type-witnesses)
- buildable: False
darcs
- array (>=0.1 && <0.3)
- base (>=3 && <4)
- containers (>=0.1 && <0.3)
- directory (>=1.0 && <1.1)
- filepath (>=1.1 && <1.2)
- hashed-storage (>=0.3.8 && <0.4)
- haskeline (>=0.6.1 && <0.7)
- html (>=1.0 && <1.1)
- mtl (>=1.0 && <1.2)
- old-time (>=1.0 && <1.1)
- parsec (>=2.0 && <3.1)
- process (>=1.0 && <1.1)
- random (>=1.0 && <1.1)
- regex-compat (>=0.71 && <0.94)
- if !os(windows)
- unix (>=1.0 && <2.4)
- if flag(http)
- if !flag(curl) && !flag(http)
- buildable: False
- if flag(mmap) && !os(windows)
- mmap (>=0.2)
- if flag(bytestring)
- bytestring (>=0.9.0 && <0.10)
- if flag(zlib)
- zlib (>=0.5.1.0 && <0.6.0.0)
- if flag(utf8-string)
- utf8-string (>=0.3 && <0.4)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
unit
- 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)
- if !flag(test)
- buildable: False
- base (<4)
- filepath (>=1.1 && <1.2)
- html (>=1.0 && <1.1)
- HUnit (>=1.0)
- mtl (>=1.0 && <1.2)
- parsec (>=2.0 && <3.1)
- QuickCheck (>=2.1.0.0)
- regex-compat (>=0.71 && <0.94)
- test-framework (>=0.2.2)
- test-framework-hunit (>=0.2.2)
- test-framework-quickcheck2 (>=0.2.2)
- if !os(windows)
- unix (>=1.0 && <2.4)
- if flag(mmap) && !os(windows)
- mmap (>=0.2)
- if flag(bytestring)
- bytestring (>=0.9.0 && <0.10)
- if flag(zlib)
- zlib (>=0.5.1.0 && <0.6.0.0)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| curl | Use libcurl for HTTP support. | Enabled |
| curl-pipelining | Use libcurl's HTTP pipelining. | Disabled |
| http | Use the pure Haskell HTTP package for HTTP support. | Enabled |
| bytestring | Use the external bytestring package. | Enabled |
| zlib | Use the external zlib binding package. | Enabled |
| utf8-string | Use the external utf8-string binding package. | Enabled |
| terminfo | Use the terminfo package for enhanced console support. | Enabled |
| type-witnesses | Use GADT type witnesses. | Disabled |
| color | Use ansi color escapes. | Enabled |
| mmap | Compile with mmap support. | Enabled |
| test | Compile unit tests (requires QuickCheck >= 2.1.0.0). | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info