diff options
author | Joey Hess <joey@kitenet.net> | 2013-12-24 13:58:50 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-12-24 13:58:50 -0400 |
commit | 61b347a033e135b26a85dc820190c11a840115a2 (patch) | |
tree | 92087c8dea983785d29af0303de10943608d752a /debian/control | |
parent | b1448c988423c400e93aa9728872c12b2fb8218e (diff) |
Add tasty to build-depends, so that test suite builds again. (tasty was stuck in incoming.)
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d05d990dc..e9e0923d3 100644 --- a/debian/control +++ b/debian/control @@ -51,6 +51,9 @@ Build-Depends: libghc-async-dev, libghc-http-dev, libghc-feed-dev, + libghc-tasty-dev, + libghc-tasty-hunit-dev, + libghc-tasty-quickcheck-dev, lsof, ikiwiki, perlmagick, |