We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Try to build idris with haskeline-0.8 in ghc-8.10.
src/Idris/Output.hs:44:1: error: Could not find module ‘System.Console.Haskeline.MonadException’
haskeline-0.8 added a MonadFail instance for InputT.
MonadFail
InputT
The text was updated successfully, but these errors were encountered:
Funnily in git the library now requires 0.8, so maybe I can backport the required changes to Fedora.
Sorry, something went wrong.
Indeed it can build with Stackage LTS 18.
Are there any plans to do a minor (or subminor) release?
No branches or pull requests
Steps to Reproduce
Try to build idris with haskeline-0.8 in ghc-8.10.
Observed Behavior
haskeline-0.8 added a
MonadFail
instance forInputT
.The text was updated successfully, but these errors were encountered: