edison icon indicating copy to clipboard operation
edison copied to clipboard

Doesn't build with GHC 9.0.1

Open felixonmars opened this issue 3 years ago • 0 comments

This is the build error under GHC 9.0.1 with #16 applied:

[20 of 26] Compiling Data.Edison.Seq.FingerSeq ( src/Data/Edison/Seq/FingerSeq.hs, dist/build/Data/Edison/Seq/FingerSeq.dyn_o )

src/Data/Edison/Seq/FingerSeq.hs:50:18: error:
    Module ‘GHC.Base’ does not export ‘unsafeCoerce#’
   |
50 | import GHC.Base (unsafeCoerce#)
   |                  ^^^^^^^^^^^^^

felixonmars avatar Jun 19 '21 09:06 felixonmars