Skip to content

Fix fake import in GHC.Exception.Type boot module

Sylvain Henry requested to merge hsyl20/ghc:hsyl20/bignum/fixbase into master

It seems like I imported "GHC.Types ()" thinking that it would transitively import GHC.Num.Integer when I wrote that module; but it doesn't.

This led to build failures. See https://mail.haskell.org/pipermail/ghc-devs/2021-March/019641.html

Edited by Sylvain Henry

Merge request reports