-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot build with GHC 9.4 #26
Comments
Looks like this change is what causes the errors:
https://downloads.haskell.org/~ghc/9.4.5/docs/users_guide/9.4.1-notes.html Specifically, I think this was introduced in MR !5877. The fix seems to be to simply pass the boxed values to - touch (F# f)
+ touch f
= IO (\state -> case touch# f state of
state' -> (# state', () #)) I don't know if that could block optimizations or cause safety issues though. |
The text was updated successfully, but these errors were encountered: