diff --git a/ghc-mod.cabal b/ghc-mod.cabal index ec9b820..14e9d55 100644 --- a/ghc-mod.cabal +++ b/ghc-mod.cabal @@ -100,7 +100,7 @@ Library , time , transformers , transformers-base - , mtl + , mtl >= 2.0 , monad-control , split , haskell-src-exts @@ -178,7 +178,7 @@ Test-Suite spec , time , transformers , transformers-base - , mtl + , mtl >= 2.0 , monad-control , hspec >= 1.8.2 , split