Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Unit identifier pretty-printing
Synopsis
Documentation
data UnitPprInfo Source #
Subset of UnitInfo: just enough to pretty-print a unit-id
Instead of printing the unit-id which may contain a hash, we print: package-version:componentname
UnitPprInfo | |
|
Instances
Outputable UnitPprInfo Source # | |
Defined in GHC.Unit.Ppr ppr :: UnitPprInfo -> SDoc Source # |