Dependencies for ghc-8.10.2
Libraries
ghc
- array (>=0.1 && <0.6)
- base (>=4.14 && <4.15)
- binary (>=0.8 && <0.9)
- bytestring (>=0.9 && <0.11)
- containers (>=0.5 && <0.7)
- deepseq (>=1.4 && <1.5)
- directory (>=1 && <1.4)
- filepath (>=1 && <1.5)
- ghc-boot (==8.10.2)
- ghc-boot-th (==8.10.2)
- ghc-heap (==8.10.2)
- ghci (==8.10.2)
- hpc (>=0.6 && <0.7)
- process (>=1 && <1.7)
- template-haskell (>=2.16 && <2.17)
- time (>=1.4 && <1.10)
- transformers (>=0.5 && <0.6)
- if !(os(linux) && arch(x86_64) && impl(ghc==8.10.2))
- base (<0)
- if !flag(buildable)
- base (<0)
- if os(windows)
- Win32 (>=2.3 && <2.7)
- if flag(integer-gmp) && flag(integer-simple)
- if flag(integer-gmp)
- integer-gmp (>=1.0.2 && <1.1)
- if flag(integer-simple)
- integer-simple (>=0.1.1.1 && <0.2)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
terminfo | Build GHC with terminfo support on non-Windows platforms. | Enabled |
integer-simple | Use integer-simple | Disabled |
integer-gmp | Use integer-gmp | Disabled |
dynamic-system-linker | The system can load dynamic code. This is not the case for musl. | Enabled |
buildable | Make this package buildable (experimental tech preview). See reinstallable lib:ghc announcement for more information. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info