-
Notifications
You must be signed in to change notification settings - Fork 203
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
MonadFail proposal #1108
base: master
Are you sure you want to change the base?
MonadFail proposal #1108
Conversation
Maybe someone with more knowledge of the code can tell if the marks in 6f0b1c0 are expected to be there (in which case this should be doing the right thing; erroring out), or not. |
The Hoogle part appears to be unused and in a bad shape in general. As it is, it would crash on you more or less immediately. I just did the bare minimum necessary to make it compile, but it should probably be reworked / dropped? |
Since this has been waiting forever and not received any review, I'm going to play with it a bit, if it needs any changes I'll do them myself. |
Is this related?
|
Yes since |
Ubuntu has removed yi from the Ubuntu Archive and will no longer ship it, as it fails to build from source with current 8.8.3 ghc + upgraded dependencies. |
This does the necessary changes to make yi-core compile with ghc 8.6, implementing the monad fail proposal.