Fix fake import in GHC.Exception.Type boot module
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
Showing
- libraries/base/GHC/Base.hs 21 additions, 19 deletionslibraries/base/GHC/Base.hs
- libraries/base/GHC/Err.hs 0 additions, 1 deletionlibraries/base/GHC/Err.hs
- libraries/base/GHC/Exception/Type.hs-boot 1 addition, 1 deletionlibraries/base/GHC/Exception/Type.hs-boot
- libraries/base/GHC/IO.hs-boot 0 additions, 1 deletionlibraries/base/GHC/IO.hs-boot
- libraries/base/Unsafe/Coerce.hs 0 additions, 1 deletionlibraries/base/Unsafe/Coerce.hs
Please register or sign in to comment