[DHG_packages] 01/01: uuid: patch for newer time and QuickCheck. closes: #867840

Clint Adams clint at moszumanska.debian.org
Sun Jul 9 20:49:08 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 0a9ff27e8ec0debcb1b1568b5f4abb6271e417fc
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 9 16:48:26 2017 -0400

    uuid: patch for newer time and QuickCheck.  closes: #867840
---
 p/haskell-uuid/debian/changelog          |  6 ++++++
 p/haskell-uuid/debian/control            |  2 +-
 p/haskell-uuid/debian/patches/newer-time | 11 +++++++++++
 p/haskell-uuid/debian/patches/series     |  1 +
 4 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/p/haskell-uuid/debian/changelog b/p/haskell-uuid/debian/changelog
index 3531307..2716bd0 100644
--- a/p/haskell-uuid/debian/changelog
+++ b/p/haskell-uuid/debian/changelog
@@ -1,3 +1,9 @@
+haskell-uuid (1.3.13-2) unstable; urgency=medium
+
+  * Patch for newer time and QuickCheck.  closes: #867840.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Jul 2017 16:47:45 -0400
+
 haskell-uuid (1.3.13-1) unstable; urgency=medium
 
   * New upstream release
diff --git a/p/haskell-uuid/debian/control b/p/haskell-uuid/debian/control
index 31fbbc4..d9ca8a1 100644
--- a/p/haskell-uuid/debian/control
+++ b/p/haskell-uuid/debian/control
@@ -22,8 +22,8 @@ Build-Depends:
  libghc-network-info-dev (>= 0.2),
  libghc-network-info-dev (<< 0.3),
  libghc-network-info-prof,
- libghc-quickcheck2-dev (<< 2.9),
  libghc-quickcheck2-dev (>= 2.4),
+ libghc-quickcheck2-dev (<< 2.10),
  libghc-random-dev (<< 1.2),
  libghc-random-dev (>= 1.0.1),
  libghc-random-prof,
diff --git a/p/haskell-uuid/debian/patches/newer-time b/p/haskell-uuid/debian/patches/newer-time
new file mode 100644
index 0000000..0f91782
--- /dev/null
+++ b/p/haskell-uuid/debian/patches/newer-time
@@ -0,0 +1,11 @@
+--- a/uuid.cabal
++++ b/uuid.cabal
+@@ -37,7 +37,7 @@
+                        entropy         >= 0.3.7    && < 0.4,
+                        network-info    == 0.2.*,
+                        random          >= 1.0.1    && < 1.2,
+-                       time            >= 1.1      && < 1.8,
++                       time            >= 1.1      && < 1.9,
+                        text            >= 1        && < 1.3,
+                        uuid-types      >= 1.0.2    && < 2
+ 
diff --git a/p/haskell-uuid/debian/patches/series b/p/haskell-uuid/debian/patches/series
new file mode 100644
index 0000000..5a2b744
--- /dev/null
+++ b/p/haskell-uuid/debian/patches/series
@@ -0,0 +1 @@
+newer-time

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