# Steps to Reproduce Try to build idris with haskeline-0.8 in ghc-8.10. # Observed Behavior ``` src/Idris/Output.hs:44:1: error: Could not find module ‘System.Console.Haskeline.MonadException’ ``` haskeline-0.8 added a `MonadFail` instance for `InputT`.