Skip to content
  • Ryan Scott's avatar
    Remove unneeded CPP now that GHC 8.6 is the minimum · 795986aa
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    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`).
    795986aa