-
Notifications
You must be signed in to change notification settings - Fork 39
Does not compile with GHC 9.2.1 #86
Comments
Which I think is this? https://gitlab.haskell.org/ghc/head.hackage/-/blob/c50d7587a23ef1260721e84f8bcc1450d73177db/patches/memory-0.16.0.patch |
This fixes vincenthz#86. It was applied from this patch: https://gitlab.haskell.org/ghc/head.hackage/-/blob/c50d7587a23ef1260721e84f8bcc1450d73177db/patches/memory-0.16.0.patch
I opened #87 by mechanically applying the patch. |
I created a revision on hackage that prevents build attempts of |
could somebody please produce a new version with this patch and publish it on hackage which can compile with 9.2.1 (ie. base 4.16). This missing patch holds back programs like pandoc to compile with 9.2.1. thank you! |
like @andrewufrank said, it would be nice to have an updated/patched version online.
|
@TomMD This can be closed. |
The recent changes of bit shifts in Base 4.16 have caused issues for memory. The hackage head patch compiles memory using changes that are simple but numerous.
The text was updated successfully, but these errors were encountered: