Dependencies for cabal-install-2.2.0.0
Libraries
cabal-install
- array (>=0.4 && <0.6)
- async (>=2.0 && <3)
- base (>=4.5 && <5)
- base16-bytestring (>=0.1.1 && <0.2)
- binary (>=0.7 && <0.9)
- bytestring (>=0.10.2 && <1)
- Cabal (>=2.2 && <2.3)
- containers (>=0.4 && <0.6)
- cryptohash-sha256 (>=0.11 && <0.12)
- deepseq (>=1.3 && <1.5)
- directory (>=1.2.2.0 && <1.4)
- 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 && <3)
- network (>=2.6 && <2.7)
- network-uri (>=2.6.0.2 && <2.7)
- pretty (>=1.1 && <1.2)
- process (>=1.1.0.2 && <1.7)
- random (>=1 && <1.2)
- stm (>=2.0 && <3)
- tar (>=0.5.0.3 && <0.6)
- time (>=1.4 && <1.9)
- zlib (>=0.5.3 && <0.7)
- if flag(native-dns)
- 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(lib)
- buildable: False
Executables
cabal
- if flag(lib)
- base
- Cabal (>=2.2 && <2.3)
- cabal-install
- directory
- filepath
- array (>=0.4 && <0.6)
- async (>=2.0 && <2.3)
- base (>=4.6 && <5)
- base16-bytestring (>=0.1.1 && <0.2)
- binary (>=0.7 && <0.9)
- bytestring (>=0.10.2 && <0.11)
- Cabal (>=2.2 && <2.3)
- containers (>=0.4 && <0.6)
- cryptohash-sha256 (>=0.11 && <0.12)
- deepseq (>=1.3 && <1.5)
- directory (>=1.2.2.0 && <1.4)
- 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 && <1.3)
- HTTP (>=4000.1.5 && <4000.4)
- mtl (>=2.0 && <2.3)
- network (>=2.6 && <2.7)
- network-uri (>=2.6 && <2.7)
- pretty (>=1.1 && <1.2)
- process (>=1.2 && <1.7)
- 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(native-dns)
- 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)
- array
- async
- bytestring
- Cabal (>=2.2 && <2.3)
- containers
- deepseq
- directory
- edit-distance
- filepath
- hashable
- mtl
- network
- network-uri
- pretty-show (>=1.6.15)
- QuickCheck (>=2.8.2)
- random
- tagged
- tar
- tasty (>=1.0 && <1.1)
- tasty-hunit (>=0.10)
- tasty-quickcheck
- time
- zlib
Flags
Manual Flags
Name | Description | Default |
---|---|---|
native-dns | Enable use of the resolv & windns packages for performing DNS lookups | Enabled |
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 |
lib | Build cabal-install as a library. Please only use this if you are a cabal-install developer. | Disabled |
monolithic | Build cabal-install also with all of its test and support code. Used by our continuous integration. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info