@hackage ghc-boot9.2.2
Shared functionality between GHC and its boot libraries
Installation
Dependencies (9)
- base >=4.7 && <4.17
- binary >=0.8 && <0.9
- bytestring >=0.10 && <0.12
- containers >=0.5 && <0.7
- deepseq >=1.4 && <1.5
- directory >=1.2 && <1.4 Show all…
Dependents (54)
@hackage/hhp, @cardano/plutus-tx-plugin, @hackage/ghc-exactprint, @hackage/hlint, @hackage/hinter, @hackage/ghc-hie, Show all…
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.