summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-27 14:16:45 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-27 14:16:45 -0400
commitb8f2cc638a42aac9012484803090e75256113a01 (patch)
tree180f3c58fd8f7ec4152af6e09485dba0cd5b6858
parentcc34ea77a2233921659ee109a7730a8cdc322242 (diff)
add missing dep on transformers
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index e144f78d8..bbdbde898 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends:
libghc-resourcet-dev,
libghc-quickcheck2-dev,
libghc-monad-control-dev (>= 0.3),
+ libghc-transformers-dev,
libghc-exceptions-dev (>= 0.6),
libghc-unix-compat-dev,
libghc-dlist-dev,