ghc-boot

Shared functionality between GHC and its boot libraries

Version on this page:9.12.4
LTS Haskell 24.35:9.10.3
Stackage Nightly 2026-03-29:9.12.4
Latest on Hackage:9.14.1

See all snapshots ghc-boot appears in

BSD-3-Clause licensed
Maintained by [email protected]
This version can be pinned in stack with:ghc-boot-9.12.4@sha256:7adc4325df39f8da7ec6d689d1e9f4785ce6e8e18cb71ea20cba35c9595af09b,3612

This library is shared between GHC, ghc-pkg, and other boot libraries. . A note about GHC.Unit.Database: it only deals with the subset of the package database that the compiler cares about: modules paths etc and not package metadata like description, authors etc. It is thus not a library interface to ghc-pkg and is *not* suitable for modifying GHC package databases. . The package database format and this library are constructed in such a way that while ghc-pkg depends on Cabal, the GHC library and program do not have to depend on Cabal.

Changes

8.0.1 May 2016

  • Bundled with GHC 8.0.1

  • Initial version