ghc-boot

Shared functionality between GHC and its boot libraries

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-9.8.1@sha256:254916b9601a31ded1265139eb83592c122a4f597950e2c04375f47c481abb8c,3005

Module documentation for 9.8.1

  • GHC
    • GHC.BaseDir
    • GHC.Data
      • GHC.Data.ShortText
      • GHC.Data.SizedSeq
    • GHC.ForeignSrcLang
    • GHC.HandleEncoding
    • GHC.LanguageExtensions
    • GHC.Platform
      • GHC.Platform.ArchOS
      • GHC.Platform.Host
    • GHC.Serialized
    • GHC.Settings
      • GHC.Settings.Utils
    • GHC.UniqueSubdir
    • GHC.Unit
      • GHC.Unit.Database
    • GHC.Utils
      • GHC.Utils.Encoding
        • GHC.Utils.Encoding.UTF8
    • GHC.Version

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