diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-07 22:11:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-07 22:11:28 -0400 |
commit | 1bb3a10425e981c2bb983b646be515dc9dafdb38 (patch) | |
tree | 4d7ac6559b8b4363e8ad084834c4cab437a5e219 /debian/control | |
parent | 69ef3f1025fb32a19f03517d072c1e64dcb326b7 (diff) |
need transformers for Utility.Exception
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 821629297..46adc02cf 100644 --- a/debian/control +++ b/debian/control @@ -18,6 +18,7 @@ Build-Depends: libghc-quickcheck2-dev, libghc-monad-control-dev (>= 0.3), libghc-exceptions-dev, + libghc-transformers-dev, libghc-unix-compat-dev, libghc-dlist-dev, libghc-uuid-dev, |