digital-asset/ghc-lib

Refactor `applyPatchGhcPrim`

Closed this issue · 1 comments

Current implementation could do with refactoring for readability. Address the comments raised in #272

  • Confirmed the substitution of #if __GLASGOW_HASKELL__ >= 900 with #if MIN_VERSION_ghc_prim(0, 7, 0) is valid with ghc-9.0.1 as the build compiler