@hackage / ghc-boot-th

Shared functionality between GHC and the template-haskell library

Latest9.14.1

About

Metadata

  • Last updated , by wz1000
  • License BSD-3-Clause
  • Maintained by: ghc-devs@haskell.org

  • Lottery factor: 4

Links

Installation

Package Flags

Use the -f option with cabal commands to enable 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]

Readme

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.