Skip to content

Commit

Permalink
fix: old GHC did not include MonadFail in Prelude
Browse files Browse the repository at this point in the history
  • Loading branch information
lrworth committed Aug 28, 2023
1 parent dc19012 commit caf93c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Control/Monad/Fail/Hoist.hs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ module Control.Monad.Fail.Hoist
, (<!>)
) where

import Control.Monad.Error.Class (MonadError (..))
import Control.Monad.Fail (MonadFail (..))

import Data.Either (Either, either)

Expand Down

0 comments on commit caf93c7

Please sign in to comment.