Adapt to ghc!9064
ghc!9064 (merged) implements Core Libraries Proposal #85. This exports some new identifiers from GHC.TypeLits
and GHC.TypeNats
which clash with some existing identifiers in Hackage libraries, as identified in this comment. The comment also proposes patches for each of the affected libraries, so we should apply those patches to head.hackage
as well.