[DHG_packages] 01/01: quickcheck-instances: patch for newer vector and QuickCheck. closes: #867837

Clint Adams clint at moszumanska.debian.org
Sun Jul 9 20:29:32 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit 1ba147c50d823a83e91b9fa87a3ec0e2d0fb867e
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 9 16:28:46 2017 -0400

    quickcheck-instances: patch for newer vector and QuickCheck. closes: #867837
---
 p/haskell-quickcheck-instances/debian/changelog | 6 ++++++
 p/haskell-quickcheck-instances/debian/control   | 6 +++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/p/haskell-quickcheck-instances/debian/changelog b/p/haskell-quickcheck-instances/debian/changelog
index 37debfe..51e1a53 100644
--- a/p/haskell-quickcheck-instances/debian/changelog
+++ b/p/haskell-quickcheck-instances/debian/changelog
@@ -1,3 +1,9 @@
+haskell-quickcheck-instances (0.3.12-4) unstable; urgency=medium
+
+  * Patch for newer vector and QuickCheck. closes: #867837.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Jul 2017 16:28:11 -0400
+
 haskell-quickcheck-instances (0.3.12-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-quickcheck-instances/debian/control b/p/haskell-quickcheck-instances/debian/control
index 3427294..faf9121 100644
--- a/p/haskell-quickcheck-instances/debian/control
+++ b/p/haskell-quickcheck-instances/debian/control
@@ -16,8 +16,8 @@ Build-Depends:
  libghc-old-time-dev (<< 1.2),
  libghc-old-time-dev (>= 1.0),
  libghc-old-time-prof,
- libghc-quickcheck2-dev (<< 2.9),
  libghc-quickcheck2-dev (>= 2.1),
+ libghc-quickcheck2-dev (<< 2.10),
  libghc-quickcheck2-prof,
  libghc-scientific-dev (<< 0.4),
  libghc-scientific-dev (>= 0.2),
@@ -28,8 +28,8 @@ Build-Depends:
  libghc-unordered-containers-dev (<< 0.3),
  libghc-unordered-containers-dev (>= 0.2.1),
  libghc-unordered-containers-prof,
- libghc-vector-dev (<< 0.12),
  libghc-vector-dev (>= 0.9),
+ libghc-vector-dev (<< 0.13),
  libghc-vector-prof,
 Build-Depends-Indep:
  ghc-doc,
@@ -40,7 +40,7 @@ Build-Depends-Indep:
  libghc-text-doc,
  libghc-unordered-containers-doc,
  libghc-vector-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://github.com/aslatter/qc-instances
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-quickcheck-instances
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git

-- 
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