From d696214816b088906bd65a1f6aa9fcf9be649db0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sun, 18 May 2014 01:20:13 +0000 Subject: [PATCH] We really don't want mtl < 2.0 (different API) --- ghc-mod.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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