[DHG_packages] 01/01: uuid-types: patch for newer HUnit and QuickCheck. closes: #867841

Clint Adams clint at moszumanska.debian.org
Sun Jul 9 20:45:09 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 b54b255b29bebe7a47cd78d2d08b822a48727d44
Author: Clint Adams <clint at debian.org>
Date:   Sun Jul 9 16:44:36 2017 -0400

    uuid-types: patch for newer HUnit and QuickCheck.  closes: #867841
---
 p/haskell-uuid-types/debian/changelog              |  6 ++++++
 p/haskell-uuid-types/debian/control                | 22 +++++++++++-----------
 .../debian/patches/newer-hunit-and-quickcheck      | 13 +++++++++++++
 p/haskell-uuid-types/debian/patches/series         |  1 +
 4 files changed, 31 insertions(+), 11 deletions(-)

diff --git a/p/haskell-uuid-types/debian/changelog b/p/haskell-uuid-types/debian/changelog
index 17e3307..b64f9fb 100644
--- a/p/haskell-uuid-types/debian/changelog
+++ b/p/haskell-uuid-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-uuid-types (1.0.3-4) unstable; urgency=medium
+
+  * Patch for newer HUnit and QuickCheck.  closes: #867841.
+
+ -- Clint Adams <clint at debian.org>  Sun, 09 Jul 2017 16:43:55 -0400
+
 haskell-uuid-types (1.0.3-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-uuid-types/debian/control b/p/haskell-uuid-types/debian/control
index 5a46d8b..a672f4c 100644
--- a/p/haskell-uuid-types/debian/control
+++ b/p/haskell-uuid-types/debian/control
@@ -11,28 +11,28 @@ Build-Depends:
  haskell-devscripts (>= 0.13),
  libghc-hashable-dev,
  libghc-hashable-prof,
- libghc-hunit-dev (<< 1.4),
- libghc-hunit-dev (>= 1.2),
- libghc-quickcheck2-dev (<< 2.9),
- libghc-quickcheck2-dev (>= 2.4),
  libghc-random-dev (<< 1.2),
  libghc-random-dev (>= 1.0.1),
  libghc-random-prof,
- libghc-tasty-dev (<< 0.12),
- libghc-tasty-dev (>= 0.10),
- libghc-tasty-hunit-dev (<< 0.10),
- libghc-tasty-hunit-dev (>= 0.9),
- libghc-tasty-quickcheck-dev (<< 0.9),
- libghc-tasty-quickcheck-dev (>= 0.8),
  libghc-text-dev (<< 1.3),
  libghc-text-dev (>= 1),
  libghc-text-prof,
+ libghc-hunit-dev (>= 1.2) <!nocheck>,
+ libghc-hunit-dev (<< 1.6) <!nocheck>,
+ libghc-quickcheck2-dev (>= 2.4) <!nocheck>,
+ libghc-quickcheck2-dev (<< 2.10) <!nocheck>,
+ libghc-tasty-dev (>= 0.10) <!nocheck>,
+ libghc-tasty-dev (<< 0.12) <!nocheck>,
+ libghc-tasty-hunit-dev (>= 0.9) <!nocheck>,
+ libghc-tasty-hunit-dev (<< 0.10) <!nocheck>,
+ libghc-tasty-quickcheck-dev (>= 0.8) <!nocheck>,
+ libghc-tasty-quickcheck-dev (<< 0.9) <!nocheck>,
 Build-Depends-Indep:
  ghc-doc,
  libghc-hashable-doc,
  libghc-random-doc,
  libghc-text-doc,
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://github.com/aslatter/uuid
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-uuid-types
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
diff --git a/p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck b/p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck
new file mode 100644
index 0000000..31cfea6
--- /dev/null
+++ b/p/haskell-uuid-types/debian/patches/newer-hunit-and-quickcheck
@@ -0,0 +1,13 @@
+--- a/uuid-types.cabal
++++ b/uuid-types.cabal
+@@ -56,8 +56,8 @@
+     Build-Depends:     base >= 3 && < 5,
+                        uuid-types,
+                        bytestring >= 0.9 && < 0.11,
+-                       HUnit >=1.2 && < 1.4,
+-                       QuickCheck >=2.4 && < 2.9,
++                       HUnit >=1.2 && < 1.6,
++                       QuickCheck >=2.4 && < 2.10,
+                        tasty >= 0.10 && < 0.12,
+                        tasty-hunit == 0.9.*,
+                        tasty-quickcheck == 0.8.*
diff --git a/p/haskell-uuid-types/debian/patches/series b/p/haskell-uuid-types/debian/patches/series
new file mode 100644
index 0000000..54d441e
--- /dev/null
+++ b/p/haskell-uuid-types/debian/patches/series
@@ -0,0 +1 @@
+newer-hunit-and-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