Dependencies for ghc-boot-9.12.1
Libraries
ghc-boot
- base (>=4.7 && <4.22)
- binary (>=0.8 && <0.9)
- bytestring (>=0.10 && <0.13)
- containers (>=0.5 && <0.8)
- deepseq (>=1.4 && <1.6)
- directory (>=1.2 && <1.4)
- filepath (>=1.3 && <1.6)
- ghc-platform (>=0.1)
- if flag(bootstrap)
- ghc-boot-th-next (==9.12.1)
- ghc-boot-th (==9.12.1)
- if !os(windows)
- unix (>=2.7 && <2.9)
Flags
Manual Flags
Name | Description | Default |
---|---|---|
bootstrap | Enabled when building the stage1 compiler in order to vendor the in-tree `template-haskell` library (including its dependency `ghc-boot-th`), while allowing dependencies to depend on the boot `template-haskell` library. See Note [Bootstrapping Template Haskell] | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info