Skip to content
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

add support for GHC 9.4.x #124

Closed
wants to merge 1 commit into from
Closed

add support for GHC 9.4.x #124

wants to merge 1 commit into from

Conversation

intolerable
Copy link

There are several redundant import warnings, but I'm not certain of the best way to handle those in a backwards compatible way. :)

@intolerable
Copy link
Author

(just noticed #123 as well, but this is a slightly different approach)

Comment on lines +62 to +66
#if __GLASGOW_HASKELL__ >= 904
import GHC.Prim (eqWord64#, ltWord64#)
#define eqWord eqWord64
#define ltWord ltWord64
#else
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lol this is much nicer than my PR, well done!

@parsonsmatt parsonsmatt mentioned this pull request Nov 21, 2022
@alaendle
Copy link

I think this PR is obsolete now, right?

@intolerable
Copy link
Author

yup, GHC-9.4 support was added in #126, so I'll close this

@intolerable intolerable closed this Jul 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants