[DHG_packages] 01/01: quickcheck-instances: actually include the patch

Clint Adams clint at moszumanska.debian.org
Sun Jul 9 20:33:18 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 d1ff22bc4f0738756a87341b9274213dc1539a95
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 9 16:32:47 2017 -0400

    quickcheck-instances: actually include the patch
---
 p/haskell-quickcheck-instances/debian/changelog           |  6 ++++++
 .../debian/patches/new-metadata-from-hackage              | 15 +++++++++++++++
 p/haskell-quickcheck-instances/debian/patches/series      |  1 +
 3 files changed, 22 insertions(+)

diff --git a/p/haskell-quickcheck-instances/debian/changelog b/p/haskell-quickcheck-instances/debian/changelog
index 51e1a53..1914600 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-5) unstable; urgency=medium
+
+  * Actually include the patch.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Jul 2017 16:32:34 -0400
+
 haskell-quickcheck-instances (0.3.12-4) unstable; urgency=medium
 
   * Patch for newer vector and QuickCheck. closes: #867837.
diff --git a/p/haskell-quickcheck-instances/debian/patches/new-metadata-from-hackage b/p/haskell-quickcheck-instances/debian/patches/new-metadata-from-hackage
new file mode 100644
index 0000000..09fcbde
--- /dev/null
+++ b/p/haskell-quickcheck-instances/debian/patches/new-metadata-from-hackage
@@ -0,0 +1,15 @@
+--- a/quickcheck-instances.cabal
++++ b/quickcheck-instances.cabal
+@@ -44,10 +44,10 @@
+                        hashable >= 1.1.2.3 && < 1.3,
+                        unordered-containers >= 0.2.1 && < 0.3,
+                        old-time >= 1.0 && < 1.2,
+-                       QuickCheck >= 2.1 && < 2.9,
++                       QuickCheck >= 2.1 && < 2.10,
+                        text >= 0.7 && < 1.3,
+                        time >= 1.1 && < 1.7,
+-                       vector >= 0.9 && <0.12,
++                       vector >= 0.9 && <0.13,
+                        scientific >=0.2 && <0.4
+ 
+   Ghc-options:         -Wall
diff --git a/p/haskell-quickcheck-instances/debian/patches/series b/p/haskell-quickcheck-instances/debian/patches/series
new file mode 100644
index 0000000..0131f75
--- /dev/null
+++ b/p/haskell-quickcheck-instances/debian/patches/series
@@ -0,0 +1 @@
+new-metadata-from-hackage

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