Dependencies for darcs-2.10.3
Libraries
darcs
- array (>=0.4 && <0.6)
- attoparsec (>=0.11 && <0.14)
- base (>=4.5 && <4.9)
- base16-bytestring (>=0.1 && <0.2)
- binary (>=0.5 && <0.9)
- bytestring (>=0.9.0 && <0.11)
- cryptohash (>=0.4 && <0.12)
- data-ordlist (>=0.4 && <0.5)
- 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.5.0.0)
- random (>=1.0 && <1.2)
- regex-applicative (>=0.2 && <0.4)
- regex-compat-tdfa (>=0.95.1 && <0.96)
- sandi (>=0.2 && <0.4)
- tar (>=0.4 && <0.6)
- transformers (>=0.3 && <0.4.0.0 || >0.4.0.0 && <0.6)
- transformers-compat (>=0.4 && <0.6)
- unix-compat (>=0.1.2 && <0.5)
- utf8-string (>=0.3.6 && <1.1)
- vector (>=0.7 && <0.12)
- zip-archive (>=0.2.3 && <0.4)
- zlib (>=0.5.3.0 && <0.7.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 impl(ghc>=7.10)
- text (>=1.2.1.3 && <1.3)
- text (>=0.11.3.1 && <1.3)
- if flag(use-time-1point5)
- time (>=1.5 && <1.7)
- old-locale (>=1.0 && <1.1)
- time (>=1.4 && <1.5)
- if flag(http)
- HTTP (>=4000.2.3 && <4000.4)
- if flag(network-uri)
- network (>=2.6 && <2.7)
- network-uri (>=2.6 && <2.7)
- network (>=2.3 && <2.6)
- if !flag(curl) && !flag(http)
- buildable: False
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.5)
- 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
Manual Flags
| Name | Description | Default |
|---|---|---|
| warn-as-error | Build with warnings-as-errors | Disabled |
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 |
| 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 | Enabled | |
| network-uri | Get Network.URI from the network-uri package | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info