Skip to content

Commit

Permalink
Merge pull request #37 from carassius1014/monad-plus
Browse files Browse the repository at this point in the history
Import MonadPlus if mtl >=2.3
  • Loading branch information
fumieval authored Apr 17, 2024
2 parents d99276c + 7fc40c4 commit 10eb819
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extensible-skeleton/src/Data/Extensible/Effect/Default.hs
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ module Data.Extensible.Effect.Default (
) where
import Control.Applicative
import Data.Extensible.Effect
#if MIN_VERSION_mtl(2,3,0)
import Control.Monad
#endif
import Control.Monad.Except
import Control.Monad.Catch
import Control.Monad.Cont
Expand Down

0 comments on commit 10eb819

Please sign in to comment.