build-depend on a recent mtl

Old versions have an insufficiently generic definition of reader,
which only works on ReaderT and not on newtypes made of it, or something
like that.
This commit is contained in:
Joey Hess 2012-11-25 16:24:05 -04:00
parent 356120652f
commit 66c0da1fa9
4 changed files with 13 additions and 5 deletions

1
debian/control vendored
View file

@ -4,6 +4,7 @@ Priority: optional
Build-Depends:
debhelper (>= 9),
ghc (>= 7.4),
libghc-mtl-dev (>= 2.1.1-1),
libghc-missingh-dev,
libghc-hslogger-dev,
libghc-pcre-light-dev,