Skip to content

ghc-internal: Eliminate GHC.Internal.Data.Kind

Ben Gamari requested to merge wip/data-kind into master

This was simply reexporting things from ghc-prim. Instead reexport these directly from Data.Kind. Also add build ordering dependency to work around #23942 (closed).

Merge request reports