@@ -22,7 +22,7 @@ library
Data.Either.Extras
-- other-modules:
-- other-extensions:
- build-depends: base >=4.7 && <4.8
+ build-depends: base >=4.8 && <4.9
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall -fno-warn-unused-do-bind -fwarn-incomplete-patterns
@@ -9,7 +9,6 @@ module Control.Monad.Extras (
)where
import Control.Monad
-import Control.Applicative
-- | A version of if with monadic test.
ifM :: Monad m => m Bool -> m a -> m a -> m a