Dependencies for cabal-install-2.0.0.0
Executables
cabal
- array (>=0.4 && <0.6)
- async (>=2.0 && <2.2)
- base (>=4.5 && <4.11)
- base16-bytestring (>=0.1.1 && <0.2)
- binary (>=0.5 && <0.9)
- bytestring (>=0.9 && <0.11)
- Cabal (>=2.0.0.0 && <2.1)
- containers (>=0.4 && <0.6)
- cryptohash-sha256 (>=0.11 && <0.12)
- deepseq (>=1.3 && <1.5)
- echo (>=0.1.3 && <0.2)
- edit-distance (>=0.2.2 && <0.3)
- filepath (>=1.3 && <1.5)
- hackage-security (>=0.5.2.2 && <0.6)
- hashable (>=1.0 && <2)
- HTTP (>=4000.1.5 && <4000.4)
- mtl (>=2.0 && <2.3)
- pretty (>=1.1 && <1.2)
- random (>=1 && <1.2)
- stm (>=2.0 && <2.5)
- tar (>=0.5.0.3 && <0.6)
- time (>=1.4 && <1.9)
- zlib (>=0.5.3 && <0.7)
- if flag(old-bytestring)
- bytestring (<0.10.2)
- bytestring-builder (>=0.10 && <1)
- bytestring (>=0.10.2)
- if flag(old-directory)else
- if flag(network-uri)
- network (>=2.6 && <2.7)
- network-uri (>=2.6 && <2.7)
- network (>=2.4 && <2.6)
- if impl(ghc<7.6)
- ghc-prim (>=0.2 && <0.3)
- if os(windows)
- Win32 (>=2 && <3)
- unix (>=2.5 && <2.8)
- if flag(debug-conflict-sets)
- base (>=4.8)
- if flag(debug-tracetree)
- tracetree (>=0.1 && <0.2)
- if flag(monolithic)
Flags
Manual Flags
| Name | Description | Default |
|---|---|---|
| debug-expensive-assertions | Enable expensive assertions for testing or debugging | Disabled |
| debug-conflict-sets | Add additional information to ConflictSets | Disabled |
| debug-tracetree | Compile in support for tracetree (used to debug the solver) | Disabled |
| parsec | Use parsec parser. This requires | Disabled |
| monolithic | Build cabal-install also with all of its test and support code. Used by our continuous integration. | Disabled |
Automatic Flags
| Name | Description | Default |
|---|---|---|
| old-bytestring | Use bytestring < 0.10.2 and bytestring-builder | Disabled |
| old-directory | Use directory < 1.2 and old-time | Disabled |
| 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