-
-
Notifications
You must be signed in to change notification settings - Fork 320
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
GHC 9.0 support #1503
Comments
Thanks for the report. How did you get this far ? I get:
|
I see, PaulJohnson/Haskell-Decimal#22. |
Also remove the obsolete shebang line.
hledger-lib and hledger, at least, should build with GHC 9.0 now. |
@simonmichael of course |
Also remove obsolete shebang line.
It's not easy to build our deps with GHC 9. We're in the unfortunate months-long stage where there's a shiny new GHC release but the package ecosystem doesn't support it. If someone else wants to try to push things forward, great. There's also a Haskell Foundation proposal to try and improve this. Otherwise hledger will support GHC 9.0 when that becomes easy. Some current hassles are: That said, I managed to build all but hledger-web like so:
and have pushed the hledger-ui fix, @mimi1vx. Thanks for testing. |
@simonmichael foundation and casava needs only simple patches from hackage head repository to work with ghc-9.x -> https://gitlab.haskell.org/ghc/head.hackage/-/tree/master/patches |
Update:
|
GHC 9.0.1 is now fully supported by all packages and our default dev compiler. |
sol/doctest#301 / sol/doctest#327 seem to be specific to GHC 9.0.
sol/doctest#301 / sol/doctest#327 seem to be specific to GHC 9.0.
sol/doctest#301 / sol/doctest#327 seem to be specific to GHC 9.0.
The text was updated successfully, but these errors were encountered: