-
Notifications
You must be signed in to change notification settings - Fork 86
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
Hashable 1.4.2.0 fails to build on integer-simple GHC #268
Comments
Reproduction steps would be nice. The non-GMP code branches are currently untested. But FWIW, on GHC-9+ they should be the same as |
Thanks for confirming that about GHC-9+. I'd wondered if this flavour of old GHC release would be covered by tests. Here's the recipe I've been using to reproduce. I'm using LXD on Ubuntu 20.04, and the first two Towards the end I build the default Cabal project, and run Finally, I pull in hashable to demonstrate the build error.
|
I'm seeing compilation errors when I try to build Hashable 1.4.2.0 using integer-simple GHC releases, for example integer-simple GHC 8.10.6 on Alpine or integer-simple GHC 8.10.7 on Windows. There were no problems when I added a Cabal constraint to force version ==1.4.1.0 (and tested with integer-simple GHC 8.10.7 on Windows), or when I built using integer-gmp GHC releases on Linux.
I don't have them immediately to hand, but am happy to show my compiler errors and provide steps to reproduce on an Alpine container if this isn't easy to reproduce.
The text was updated successfully, but these errors were encountered: