Dependencies for darcs-2.4.3
Libraries
darcs
- array (>=0.1 && <0.4)
- base (>=3 && <4)
- bytestring (>=0.9.0 && <0.10)
- containers (>=0.1 && <0.4)
- directory (>=1.0 && <1.1)
- filepath (>=1.1 && <1.2)
- hashed-storage (==0.4.13)
- 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)
- utf8-string (>=0.3 && <0.4)
- zlib (>=0.5.1.0 && <0.6.0.0)
- if os(windows)
- unix-compat (>=0.1.2)
- if !os(windows)
- unix (>=1.0 && <2.5)
- if flag(http)
- if !flag(curl) && !flag(http) || flag(deps-only)
- buildable: False
- if flag(mmap) && !os(windows)
- mmap (>=0.2 && <0.5)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
Executables
witnesses
- if !flag(type-witnesses)
- buildable: False
- if os(windows)
- unix-compat (>=0.1.2)
darcs
- array (>=0.1 && <0.4)
- base (>=3 && <4)
- bytestring (>=0.9.0 && <0.10)
- containers (>=0.1 && <0.4)
- directory (>=1.0 && <1.1)
- filepath (>=1.1 && <1.2)
- hashed-storage (==0.4.13)
- 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)
- utf8-string (>=0.3 && <0.4)
- zlib (>=0.5.1.0 && <0.6.0.0)
- if os(windows)
- unix-compat (>=0.1.2)
- if !os(windows)
- unix (>=1.0 && <2.5)
- if flag(http)
- if !flag(curl) && !flag(http) || flag(deps-only)
- buildable: False
- if flag(mmap) && !os(windows)
- mmap (>=0.2 && <0.5)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
unit
- array (>=0.1 && <0.4)
- base (>=3)
- bytestring (>=0.9.0 && <0.10)
- containers (>=0.1 && <0.4)
- directory (>=1.0 && <1.1)
- old-time (>=1.0 && <1.1)
- process (>=1.0 && <1.1)
- random (>=1.0 && <1.1)
- zlib (>=0.5.1.0 && <0.6.0.0)
- 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-compat (>=0.1.2)
- if !os(windows)
- unix (>=1.0 && <2.5)
- if flag(mmap) && !os(windows)
- mmap (>=0.2 && <0.5)
- 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 |
static | Build static binary | Disabled |
terminfo | Use the terminfo package for enhanced console support. | Enabled |
threaded | Use threading and SMP 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 |
hpc | Disabled | |
deps-only | A cunning trick to have cabal install build dependencies | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info