[DHG_packages] 01/01: exceptions: fix incorrect QuickCheck upper bound. closes: #867796

Clint Adams clint at moszumanska.debian.org
Sun Jul 9 15:14:34 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 55e4712225adab05c932d0484d3001394571558e
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 9 11:13:54 2017 -0400

    exceptions: fix incorrect QuickCheck upper bound.  closes: #867796
---
 p/haskell-exceptions/debian/changelog |  6 ++++++
 p/haskell-exceptions/debian/control   | 11 +++++------
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/p/haskell-exceptions/debian/changelog b/p/haskell-exceptions/debian/changelog
index b4aa577..6c90ce8 100644
--- a/p/haskell-exceptions/debian/changelog
+++ b/p/haskell-exceptions/debian/changelog
@@ -1,3 +1,9 @@
+haskell-exceptions (0.8.3-4) unstable; urgency=medium
+
+  * Fix incorrect QuickCheck upper bound.  closes: #867796.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Jul 2017 11:13:16 -0400
+
 haskell-exceptions (0.8.3-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-exceptions/debian/control b/p/haskell-exceptions/debian/control
index 54a3485..d35f31a 100644
--- a/p/haskell-exceptions/debian/control
+++ b/p/haskell-exceptions/debian/control
@@ -13,26 +13,25 @@ Build-Depends:
  libghc-mtl-dev (<< 2.3),
  libghc-mtl-dev (>= 2.0),
  libghc-mtl-prof,
- libghc-quickcheck2-dev (<< 2.10),
- libghc-quickcheck2-dev (<< 2.9),
  libghc-quickcheck2-dev (>= 2.5),
+ libghc-quickcheck2-dev (<< 2.10),
  libghc-stm-dev,
  libghc-stm-dev (<< 3),
  libghc-stm-dev (>= 2.2),
  libghc-stm-prof,
- libghc-test-framework-dev (<< 0.9),
  libghc-test-framework-dev (>= 0.8),
- libghc-test-framework-quickcheck2-dev (<< 0.4),
+ libghc-test-framework-dev (<< 0.9),
  libghc-test-framework-quickcheck2-dev (>= 0.3),
- libghc-transformers-compat-dev (<< 0.6),
+ libghc-test-framework-quickcheck2-dev (<< 0.4),
  libghc-transformers-compat-dev (>= 0.3),
+ libghc-transformers-compat-dev (<< 0.6),
  libghc-transformers-compat-prof,
 Build-Depends-Indep:
  ghc-doc,
  libghc-mtl-doc,
  libghc-stm-doc,
  libghc-transformers-compat-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: http://github.com/ekmett/exceptions/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-exceptions
 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