@hackage ghc-boot-th9.14.1
Shared functionality between GHC and the template-haskell library
Installation
Dependencies (4)
- base >=4.7 && <4.23
- ghc-internal
- ghc-prim
- pretty >=1.1 && <1.2 Show all…
Dependents (43)
@hackage/hlint, @hackage/hls-overloaded-record-dot-plugin, @hackage/hie-core, @hackage/text-show-instances, @hackage/clash-lib, @hackage/ghc, Show all…
Package Flags
bootstrap
(off by default)
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 definitions from `ghc-internal`. See Note [Bootstrapping Template Haskell]
This library contains various bits shared between the ghc and
template-haskell libraries.
This package exists to ensure that template-haskell has a
minimal set of transitive dependencies, since it is intended to
be depended upon by user code.