We really don't want mtl < 2.0 (different API)

This commit is contained in:
Daniel Gröber 2014-05-18 01:20:13 +00:00
parent d68f7b2d18
commit d696214816
1 changed files with 2 additions and 2 deletions

View File

@ -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