Skip to content

base: Remove SOURCE import of failIO

Ben Gamari requested to merge wip/T16588 into master

Now since instance MonadFail IO is defined in Control.Monad.Fail the import cycle appears to be broken, fixing the cause of #16588 (closed). Horray!

Merge request reports