ghc-boot

Shared functionality between GHC and its boot libraries

Version on this page:8.6.1
LTS Haskell 22.6:9.6.3
Stackage Nightly 2024-03-07:9.8.1
Latest on Hackage:9.8.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-8.6.1@sha256:06147f4dd92b178b0b2193ab53f3ae92509f01e8cf58393f21c6739034a48d1e,1772
Used by 3 packages in nightly-2018-10-05(full list with versions):

This library is shared between GHC, ghc-pkg, and other boot libraries.

A note about GHC.PackageDb: 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.6.1 August 2018

  • Bundled with GHC 8.6.1

8.4.2 April 2018

  • Bundled with GHC 8.4.2

8.4.1 March 2018

  • Bundled with GHC 8.4.1

8.2.2 November 2018

  • Bundled with GHC 8.2.2

8.2.1 July 2017

  • Bundled with GHC 8.2.1

8.0.2 January 2017

  • Bundled with GHC 8.0.2

8.0.1 May 2016

  • Bundled with GHC 8.0.1

  • Initial version