summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-11-25 16:24:05 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-11-25 16:24:05 -0400
commit762a23af0b321bbc03b377246871757957b4812d (patch)
treefe5fe76b0a0267abba60b51f86e2ebb89e21e01b /debian
parented3bcbb650a0b6c7f50d9ab81621aa085615380a (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index d3840463d..f5215e540 100644
--- a/debian/control
+++ b/debian/control
@@ -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,