Dependencies for ghc-9.12.2
Libraries
ghc
- array (>=0.1 && <0.6)
- base (>=4.11 && <4.22)
- binary (>=0.8 && <0.9)
- bytestring (>=0.11 && <0.13)
- containers (>=0.6.2.1 && <0.8)
- deepseq (>=1.4 && <1.6)
- directory (>=1 && <1.4)
- exceptions (>=0.10 && <0.11)
- filepath (>=1.5 && <1.6)
- ghc-boot (==9.12.2)
- ghc-heap (==9.12.2)
- ghci (==9.12.2)
- hpc (>=0.6 && <0.8)
- os-string (>=2.0.1 && <2.1)
- process (>=1 && <1.7)
- semaphore-compat
- stm
- time (>=1.4 && <1.15)
- transformers (>=0.5 && <0.7)
- if flag(with-libzstd)
- if flag(static-libzstd)
- if os(osx)
- buildable: False
- if os(osx)
- if flag(static-libzstd)
- if flag(bootstrap)
- ghc-boot-th-next (==9.12.2)
- ghc-boot-th (==9.12.2)
- if os(windows)
- Win32 (>=2.3 && <2.15)
- unix (>=2.7 && <2.9)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
internal-interpreter | Build with internal interpreter support. | Disabled |
dynamic-system-linker | The system can load dynamic code. This is not the case for musl. | Enabled |
with-libzstd | Disabled | |
static-libzstd | Disabled | |
hadrian-stage0 | Enable if compiling the stage0 compiler with hadrian | Disabled |
bootstrap | Enabled when building the stage1 compiler in order to vendor the in-tree `ghc-boot-th` library, and through that the in-tree TH AST defintions from `ghc-internal`. See Note [Bootstrapping Template Haskell] | Disabled |
Automatic Flags
Name | Description | Default |
---|---|---|
build-tool-depends | Use build-tool-depends | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info