Skip to content

Remove unneeded CPP now that GHC 8.6 is the minimum

Ryan Scott requested to merge RyanGlScott/ghc:remove-unneeded-cpp into master

The minimum required GHC version for bootstrapping is 8.6, so we can get rid of some unneeded #if __GLASGOW_HASKELL__ CPP guards, as well as one MIN_VERSION_ghc_prim(0,5,3) guard (since GHC 8.6 bundles ghc-prim-0.5.3).

Edited by Ryan Scott

Merge request reports