-
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
Hackage bounds prevent builds with ghc-8.8 #102
Comments
Compilation from source works. Specifiying the threadscope for building from hackage gives a bounds error:
I suspect all that needs to be done is bump the bounds on hackage via revision. Since it builds fine when I override the bounds:
|
Good to know, thank you. Whom do I call to get the hackage bounds bumped via revision? @maoe: do we have any release pending/imminent that could also include bumped bounds? |
Maintainers have the ability to do revisions of the cabal file without reuploading. So do hackage trustees |
Oh, great, I forgot, thank you. |
I get the exact same error (from cabal install) with cabal 2.4.0 and ghc 8.6.5 |
If somebody would offer a PR with updated bounds, I will go and set them as Hackage revision ASAP. Unless current master is already fine? |
I thought there was an issue that caused a build failure on some platform. Let me check. |
gtk2hs/gtk2hs#291 is the issue. I'll make a fix. |
Working on a fix at #103. Will continue tomorrow. |
Released v0.2.12 on Hackage and confirmed cabal install works on Linux and macOS. @AndreasPK @Twonki Could you try again? |
@maoe having a new issue with It's rejecting pango-0.13 and below, and cannot find pango>=1.0 in my pkg-config database. |
@Twonki Do you have pango installed on your system? |
New version works for me with both 8.6 and 8.8
|
@AndreasPK Thanks for checking. Closing the issue. @Twonki Please file a new issue if you still have the build issue. |
Trying with 8.8.1 on windows:
The text was updated successfully, but these errors were encountered: