Skip to content

Fix GHC version guard for Int32Rep/Word32Rep

Moritz Kiefer requested to merge cocreature/ghc:fix-int32rep into master

Thank you for your contribution to GHC!

Please take a few moments to verify that your commits fulfill the following:

  • are either individually buildable or squashed
  • have commit messages which describe what they do (referring to [Notes][notes] and tickets using #NNNN syntax when appropriate)
  • have added source comments describing your change. For larger changes you likely should add a [Note][notes] and cross-reference it from the relevant places.
  • add a testcase to the testsuite.
  • Currently building GHC head with 8.8 is broken due to this. There are more issues after this, see #16797 (closed) and #17146 (closed) but this should at least move us in the right direction.

Merge request reports