[Pkg-haskell-commits] darcs: haskell-lens: Fix build-deps for test suites.
Clint Adams
clint at debian.org
Sun Nov 4 14:47:59 UTC 2012
Sun Nov 4 14:47:23 UTC 2012 Clint Adams <clint at debian.org>
* Fix build-deps for test suites.
Ignore-this: 378e890578e6407e9ed64d9c6af97f5c
M ./control -1 +10
Sun Nov 4 14:47:23 UTC 2012 Clint Adams <clint at debian.org>
* Fix build-deps for test suites.
Ignore-this: 378e890578e6407e9ed64d9c6af97f5c
diff -rN -u old-haskell-lens//control new-haskell-lens//control
--- old-haskell-lens//control 2012-11-04 14:47:59.307223345 +0000
+++ new-haskell-lens//control 2012-11-04 14:47:59.311218770 +0000
@@ -39,7 +39,16 @@
, libghc-unordered-containers-dev (>> 0.2)
, libghc-unordered-containers-dev (<< 0.3)
, libghc-unordered-containers-prof
- , libghc-quickcheck2-dev
+ , libghc-quickcheck2-dev (>> 2.4)
+ , libghc-quickcheck2-dev (<< 2.6)
+ , libghc-hunit-dev (>> 1.2)
+ , libghc-hunit-dev (<< 1.3)
+ , libghc-test-framework-dev (>> 0.6)
+ , libghc-test-framework-dev (<< 0.7)
+ , libghc-test-framework-hunit-dev (>> 0.2)
+ , libghc-test-framework-hunit-dev (<< 0.3)
+ , libghc-test-framework-th-dev (>> 0.2)
+ , libghc-test-framework-th-dev (<< 0.3)
, libghc-doctest-dev (>> 0.9.1)
, libghc-doctest-dev (<< 0.10.1)
Build-Depends-Indep: ghc-doc
More information about the Pkg-haskell-commits
mailing list