Dependencies for darcs-beta-2.7.99.2
Libraries
darcs-beta
- if !flag(library)
- buildable: False
- array (>=0.1 && <0.5)
- bytestring (>=0.9.0 && <0.10)
- containers (>=0.1 && <0.5)
- directory (>=1.0.0.0 && <1.2.0.0)
- extensible-exceptions (>=0.1 && <0.2)
- filepath (>=1.1.0.0 && <1.5.0.0)
- hashed-storage (>=0.5.6 && <0.6)
- haskeline (>=0.6.3 && <0.7)
- html (>=1.0 && <1.1)
- mtl (>=1.0 && <2.1)
- old-time (>=1.0 && <1.2)
- parsec (>=2.0 && <3.2)
- process (>=1.0.0.0 && <1.2.0.0)
- random (>=1.0 && <1.1)
- regex-compat (>=0.95.1)
- tar (>=0.3 && <0.4)
- text (>=0.11.0.6 && <0.12.0.0)
- vector (>=0.7)
- zlib (>=0.5.1.0 && <0.6.0.0)
- if os(windows)
- regex-posix (>=0.95.1)
- unix-compat (>=0.1.2)
- if os(windows)
- base (>=4 && <4.6)
- if !os(windows)
- unix (>=1.0 && <2.6)
- if flag(http)
- if !flag(curl) && !flag(http)
- buildable: False
- if flag(mmap) && !os(windows)
- mmap (>=0.5 && <0.6)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
Executables
darcs
- array (>=0.1 && <0.5)
- bytestring (>=0.9.0 && <0.10)
- containers (>=0.1 && <0.5)
- directory (>=1.0.0.0 && <1.2.0.0)
- extensible-exceptions (>=0.1 && <0.2)
- filepath (>=1.1.0.0 && <1.5.0.0)
- hashed-storage (>=0.5.6 && <0.6)
- haskeline (>=0.6.3 && <0.7)
- html (>=1.0 && <1.1)
- mtl (>=1.0 && <2.1)
- old-time (>=1.0 && <1.2)
- parsec (>=2.0 && <3.2)
- process (>=1.0.0.0 && <1.2.0.0)
- random (>=1.0 && <1.1)
- regex-compat (>=0.95.1)
- tar (>=0.3 && <0.4)
- text (>=0.11.0.6 && <0.12.0.0)
- vector (>=0.7)
- zlib (>=0.5.1.0 && <0.6.0.0)
- if !flag(executable)
- buildable: False
- if os(windows)
- regex-posix (>=0.95.1)
- unix-compat (>=0.1.2)
- if os(windows)
- base (>=4 && <4.6)
- if !os(windows)
- unix (>=1.0 && <2.6)
- if flag(http)
- if !flag(curl) && !flag(http)
- buildable: False
- if flag(mmap) && !os(windows)
- mmap (>=0.5 && <0.6)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
darcs-test
- if !flag(test)
- buildable: False
- array (>=0.1 && <0.5)
- bytestring (>=0.9.0 && <0.10)
- cmdlib (>=0.2.1 && <0.4)
- containers (>=0.1 && <0.5)
- directory (>=1.0.0.0 && <1.2.0.0)
- extensible-exceptions (>=0.1 && <0.2)
- filepath (>=1.1.0.0 && <1.5.0.0)
- hashed-storage (>=0.5.6 && <0.6)
- haskeline (>=0.6.3 && <0.7)
- html (>=1.0 && <1.1)
- HUnit (>=1.0)
- mtl (>=1.0 && <2.1)
- old-time (>=1.0 && <1.2)
- parsec (>=2.0 && <3.2)
- process (>=1.0.0.0 && <1.2.0.0)
- QuickCheck (>=2.3)
- random (>=1.0 && <1.1)
- regex-compat (>=0.95.1)
- shellish (>=0.1.3 && <0.2)
- tar (>=0.3 && <0.4)
- test-framework (>=0.4.0)
- test-framework-hunit (>=0.2.2)
- test-framework-quickcheck2 (>=0.2.8)
- text (>=0.11.0.6 && <0.12.0.0)
- vector (>=0.7)
- zlib (>=0.5.1.0 && <0.6.0.0)
- if os(windows)
- regex-posix (>=0.95.1)
- unix-compat (>=0.1.2)
- if os(windows)
- base (>=4 && <4.6)
- if !os(windows)
- unix (>=1.0 && <2.6)
- if flag(mmap) && !os(windows)
- mmap (>=0.5 && <0.6)
- if flag(terminfo) && !os(windows)
- terminfo (>=0.3 && <0.4)
- if flag(http)
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
curl | Use libcurl for HTTP support. | Enabled |
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 |
library | Build darcs library | Enabled |
executable | Build darcs executable | Enabled |
color | Use ansi color escapes. | Enabled |
mmap | Compile with mmap support. | Enabled |
hpc | Disabled | |
test | Build test harness | Disabled |
optimize | Build with optimizations (-O2) | Enabled |
warn-as-error | Build with warnings-as-errors | Disabled |
force-char8-encoding | Allow base 4.5 or above on Unix. base 4.4 introduces a change in the behaviour of filenames that requires API calls in base 4.5 to workaround. So base 4.4 is not supported at all. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info