-
Notifications
You must be signed in to change notification settings - Fork 479
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 8.6 compatibility #461
Comments
The changes I made to get to this point are in the following patch. The following PR is also open eskimor/servant-subscriber#20
|
@angerman is going to bring up the GHC ticket at the next GHC HQ call. |
For my englightenment, is the plan then to jump to GHC 8.8, or rather to use some kind of GHC 8.6.4? |
@vmchale is there a reason you'd like to skip 8.6? As 8.8 hasn't been released yet, that would be a bit aggressive, no? |
Oh, no, I was just curious. I have no interest in skipping 8.6 if it is detrimental to development :) |
@vmchale so your question is more as to why not to stick with 8.4? |
Well, hopefully this will get fixed for 8.6.4 rather than 8.8. And remember we want to use 8.6 because it's what the new Cardano is planning to use for their release. |
Done. |
We'd like to compile with 8.6, especially since this the major version planned to be used for the Shelly release.
However, there is at least one blocker, namely we are affected by https://ghc.haskell.org/trac/ghc/ticket/16104.
The text was updated successfully, but these errors were encountered: