-
Notifications
You must be signed in to change notification settings - Fork 94
Cannot build basement with GHC 9.0: unsafeCoerce# no longer exported by GHC.Prim in base 4.15+ #548
Comments
Ping @vincenthz. This is blocking support for GHC 9.0 in a lot of projects. |
Ping @vincenthz! :) |
Ping @vincenthz! :) Is there anything particular that keeps you from addressing this? |
FYI: As a Hackage trustee, I have created a Hackage revision that prevents |
I have found that hoogle also can't be build with currently released basement-0.0.11 under ghc-9.0.1. I have application of changes from #540 I was able to compile foundation under ghc-9.0.1
|
This issue should be fixed by commit 3c19590 |
Blocking ocharles/weeder#65. |
Hello,
I wanted to bring to your attention that I could not build my package pandoc-plot with GHC 9.0.1 because in basement-0.0.11,
unsafeCoerce#
is imported fromGHC.Prim
:From the migrating guide:
The text was updated successfully, but these errors were encountered: