diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-03 14:52:20 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-03 14:52:20 -0400 |
commit | 7e6a54f98422bf0bab1d1aad5980df3e60220ff8 (patch) | |
tree | 29a95b672f42f329f7d68a0b6096495741f37cff /debian/control | |
parent | 6b7ee8486d00d4e067257d57c574b371f8e4e3d0 (diff) |
Added quickcheck to build dependencies, and fail if test suite cannot be built.
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 3f88c71ea..6a312c6b1 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Build-Depends: libghc-monad-control-dev (>= 0.3), libghc-lifted-base-dev, libghc-json-dev, + libghc-quickcheck2-dev, ikiwiki, perlmagick, git, |