Dependencies for darcs-2.10.0
Libraries
darcs
- array (>=0.4 && <0.6)
- attoparsec (>=0.11 && <0.13)
- base (>=4.5 && <4.9)
- base16-bytestring (>=0.1 && <0.2)
- binary (>=0.5 && <0.8)
- bytestring (>=0.9.0 && <0.11)
- cryptohash (>=0.4 && <0.12)
- data-ordlist (>=0.4 && <0.5)
- dataenc (>=0.11 && <0.15)
- directory (>=1.1.0.2 && <1.3.0.0)
- filepath (>=1.2.0.0 && <1.5.0.0)
- hashable (>=1.0 && <1.3)
- haskeline (>=0.6.3 && <0.8)
- html (>=1.0 && <1.1)
- mmap (>=0.5 && <0.6)
- mtl (>=2.1 && <2.3)
- old-time (>=1.1 && <1.2)
- parsec (>=3.1 && <3.2)
- process (>=1.1.0.1 && <1.3.0.0)
- random (>=1.0 && <1.2)
- regex-applicative (>=0.2 && <0.4)
- regex-compat-tdfa (>=0.95.1 && <0.96)
- tar (>=0.4 && <0.5)
- text (>=0.11.2.0 && <1.3)
- transformers (>=0.3 && <0.4.0.0 || >0.4.0.0 && <0.5)
- transformers-compat (>=0.4 && <0.5)
- unix-compat (>=0.1.2 && <0.5)
- utf8-string (>=0.3.6 && <1.1)
- vector (>=0.7 && <0.11)
- zip-archive (>=0.2.3 && <0.3)
- zlib (>=0.5.3.0 && <0.6.0.0)
- if os(windows)
- unix-compat (>=0.1.2 && <0.5)
- Win32 (>=2.2 && <2.4)
- if flag(use-local-data-map-strict)
- containers (>=0.4 && <0.5)
- deepseq (>=1.3 && <1.4)
- containers (>=0.5 && <0.6)
- if !os(windows)
- unix (>=2.5 && <2.8)
- if flag(use-time-1point5)
- time (>=1.5 && <1.6)
- old-locale (>=1.0 && <1.1)
- time (>=1.4 && <1.5)
- if flag(http)
- if !flag(curl) && !flag(http)
- buildable: False
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
- if flag(hashed-storage-diff)
- if os(windows)
- Win32 (>=2.2 && <2.4)
Executables
darcs
- base (>=4.5 && <4.9)
- darcs
- filepath (>=1.2.0.0 && <1.5.0.0)
- regex-compat-tdfa (>=0.95.1 && <0.96)
- if !flag(executable)
- buildable: False
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
curl | Use libcurl for HTTP support. | Enabled |
pkgconfig | Use pkgconfig to configure libcurl | 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 |
executable | Build darcs executable | Enabled |
hpc | Disabled | |
rts | Disabled | |
optimize | Build with optimizations (-O2) | Enabled |
warn-as-error | Build with warnings-as-errors | Disabled |
use-local-data-map-strict | Support containers < 0.5, by using a local copy of the Data.Map.Strict module from containers 0.5. | Disabled |
libiconv | Explicitly link against the libiconv library. | Disabled |
hashed-storage-diff | Disabled | |
use-time-1point5 | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info