Remove unneeded CPP now that GHC 8.6 is the minimum
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`).
Showing
- libraries/ghc-heap/GHC/Exts/Heap.hs 0 additions, 4 deletionslibraries/ghc-heap/GHC/Exts/Heap.hs
- libraries/ghc-heap/GHC/Exts/Heap/InfoTable.hsc 0 additions, 8 deletionslibraries/ghc-heap/GHC/Exts/Heap/InfoTable.hsc
- libraries/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc 0 additions, 8 deletionslibraries/ghc-heap/GHC/Exts/Heap/InfoTableProf.hsc
- utils/genprimopcode/ParserM.hs 0 additions, 7 deletionsutils/genprimopcode/ParserM.hs
Loading