Skip to content

Fix build on GHC 9.10#45

Closed
michaelpj wants to merge 1 commit intojonascarpay:masterfrom
michaelpj:mpj/fix-ghc-9.10
Closed

Fix build on GHC 9.10#45
michaelpj wants to merge 1 commit intojonascarpay:masterfrom
michaelpj:mpj/fix-ghc-9.10

Conversation

@michaelpj
Copy link
Contributor

The result type of getKey varies between an Int and a Word. Use fromIntegral to handle either.

Fixes #37.

The result type of `getKey` varies between an `Int` and a `Word`. Use
`fromIntegral` to handle either.

Fixes jonascarpay#37.
@jonascarpay jonascarpay mentioned this pull request Apr 10, 2025
4 tasks
@jonascarpay
Copy link
Owner

Thanks! Cherry-picked onto #46

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.

Build fails with GHC 9.10

2 participants