diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-04-27 14:16:45 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-04-27 14:16:45 -0400 |
commit | b8f2cc638a42aac9012484803090e75256113a01 (patch) | |
tree | 180f3c58fd8f7ec4152af6e09485dba0cd5b6858 /debian | |
parent | cc34ea77a2233921659ee109a7730a8cdc322242 (diff) |
add missing dep on transformers
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 1 |
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, |