[DHG_packages] 01/01: aeson-compat: patch for newer QuickCheck

Clint Adams clint at moszumanska.debian.org
Wed Jun 21 02:34:07 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 af9b1d0ce1505fe0fa14e962825d24dfcbf70b0d
Author: Clint Adams <clint at debian.org>
Date:   Tue Jun 20 22:32:59 2017 -0400

    aeson-compat: patch for newer QuickCheck
---
 p/haskell-aeson-compat/debian/changelog                |  6 ++++++
 p/haskell-aeson-compat/debian/control                  |  2 +-
 p/haskell-aeson-compat/debian/patches/newer-quickcheck | 11 +++++++++++
 p/haskell-aeson-compat/debian/patches/series           |  1 +
 4 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/p/haskell-aeson-compat/debian/changelog b/p/haskell-aeson-compat/debian/changelog
index be9e3bb..a66eb26 100644
--- a/p/haskell-aeson-compat/debian/changelog
+++ b/p/haskell-aeson-compat/debian/changelog
@@ -1,3 +1,9 @@
+haskell-aeson-compat (0.3.6-4) unstable; urgency=medium
+
+  * Patch for newer QuickCheck.
+
+ -- Clint Adams <clint at debian.org>  Tue, 20 Jun 2017 22:32:01 -0400
+
 haskell-aeson-compat (0.3.6-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-aeson-compat/debian/control b/p/haskell-aeson-compat/debian/control
index 8f65c3d..05fa5e6 100644
--- a/p/haskell-aeson-compat/debian/control
+++ b/p/haskell-aeson-compat/debian/control
@@ -30,7 +30,7 @@ Build-Depends:
  libghc-hashable-prof,
  libghc-quickcheck-instances-dev (<< 0.3.13),
  libghc-quickcheck-instances-dev (>= 0.3),
- libghc-quickcheck2-dev (<< 2.9.2),
+ libghc-quickcheck2-dev (<< 2.10),
  libghc-quickcheck2-dev (>= 2.7.6),
  libghc-scientific-dev (<< 0.4),
  libghc-scientific-dev (>= 0.3),
diff --git a/p/haskell-aeson-compat/debian/patches/newer-quickcheck b/p/haskell-aeson-compat/debian/patches/newer-quickcheck
new file mode 100644
index 0000000..0b95708
--- /dev/null
+++ b/p/haskell-aeson-compat/debian/patches/newer-quickcheck
@@ -0,0 +1,11 @@
+--- a/aeson-compat.cabal
++++ b/aeson-compat.cabal
+@@ -80,7 +80,7 @@
+     , tasty                 >=0.10 && <0.12
+     , tasty-hunit           >=0.9  && <0.10
+     , tasty-quickcheck      >=0.8  && <0.9
+-    , QuickCheck            >=2.7.6 && <2.9.2
++    , QuickCheck            >=2.7.6 && <2.10
+     , quickcheck-instances  >=0.3  && <0.3.13
+   other-modules:
+       Orphans
diff --git a/p/haskell-aeson-compat/debian/patches/series b/p/haskell-aeson-compat/debian/patches/series
index ddd7d5b..153ccbe 100644
--- a/p/haskell-aeson-compat/debian/patches/series
+++ b/p/haskell-aeson-compat/debian/patches/series
@@ -1 +1,2 @@
 no-nats
+newer-quickcheck

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