[DHG_packages] 02/03: these: fix build deps

Clint Adams clint at moszumanska.debian.org
Tue Oct 18 21:57:04 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch experimental
in repository DHG_packages.

commit fe0373d94f86193791b1fd06dedc71efad6c5df2
Author: Clint Adams <clint at debian.org>
Date:   Tue Oct 18 17:49:14 2016 -0400

    these: fix build deps
    
    QuickCheck is actually required for the library
---
 p/haskell-these/debian/changelog | 6 ++++++
 p/haskell-these/debian/control   | 9 +++------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/p/haskell-these/debian/changelog b/p/haskell-these/debian/changelog
index b39c8af..3984a16 100644
--- a/p/haskell-these/debian/changelog
+++ b/p/haskell-these/debian/changelog
@@ -1,3 +1,9 @@
+haskell-these (0.7.2-3) experimental; urgency=medium
+
+  * Fix build deps (QuickCheck is actually required for the library).
+
+ -- Clint Adams <clint at debian.org>  Tue, 18 Oct 2016 17:48:47 -0400
+
 haskell-these (0.7.2-2) experimental; urgency=medium
 
   * Add missing test-suite build dependencies.  Apparently
diff --git a/p/haskell-these/debian/control b/p/haskell-these/debian/control
index 04fa176..b978812 100644
--- a/p/haskell-these/debian/control
+++ b/p/haskell-these/debian/control
@@ -30,12 +30,12 @@ Build-Depends:
  libghc-profunctors-dev (<< 5.3),
  libghc-profunctors-dev (>= 3),
  libghc-profunctors-prof,
+ libghc-quickcheck2-dev (>= 2.8),
+ libghc-quickcheck2-dev (<< 2.9.2),
+ libghc-quickcheck2-prof,
  libghc-semigroupoids-dev (<< 5.2),
  libghc-semigroupoids-dev (>= 1.0),
  libghc-semigroupoids-prof,
- libghc-semigroups-dev (<< 0.19),
- libghc-semigroups-dev (>= 0.8),
- libghc-semigroups-prof,
  libghc-transformers-compat-dev (<< 0.6),
  libghc-transformers-compat-dev (>= 0.2),
  libghc-transformers-compat-prof,
@@ -48,8 +48,6 @@ Build-Depends:
  libghc-vector-instances-dev (>= 3.3.1),
  libghc-vector-instances-prof,
  libghc-vector-prof,
- libghc-quickcheck2-dev (>= 2.8) <!nocheck>,
- libghc-quickcheck2-dev (<< 2.9.2) <!nocheck>,
  libghc-quickcheck-instances-dev (>= 0.3.6) <!nocheck>,
  libghc-quickcheck-instances-dev (<< 0.3.13) <!nocheck>,
  libghc-tasty-dev (>= 0.10) <!nocheck>,
@@ -67,7 +65,6 @@ Build-Depends-Indep:
  libghc-profunctors-doc,
  libghc-quickcheck2-doc,
  libghc-semigroupoids-doc,
- libghc-semigroups-doc,
  libghc-vector-doc,
  libghc-vector-instances-doc,
 Standards-Version: 3.9.8

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list