[package-plan] 01/01: add patches for uuid and uuid-types

Clint Adams clint at moszumanska.debian.org
Wed Jan 13 19:28:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

clint pushed a commit to branch master
in repository package-plan.

commit b659f155a023aa674624a699b1d108c7621379a7
Author: Clint Adams <clint at debian.org>
Date:   Wed Jan 13 14:28:29 2016 -0500

    add patches for uuid and uuid-types
---
 packages.txt                                   |  4 ++--
 patches/uuid-types/1.0.2/newer-hunit-and-tasty | 14 ++++++++++++++
 patches/uuid-types/1.0.2/series                |  1 +
 patches/uuid/1.3.11/newer-hunit-and-tasty      | 15 +++++++++++++++
 patches/uuid/1.3.11/series                     |  1 +
 5 files changed, 33 insertions(+), 2 deletions(-)

diff --git a/packages.txt b/packages.txt
index bdb8ab5..e1e36b6 100644
--- a/packages.txt
+++ b/packages.txt
@@ -710,8 +710,8 @@ utf8-string 1.0.1.1
 utility-ht 0.0.11 key # dependency of mediawiki2latex
 uuagc 0.9.42.3 binary key
 uuagc-cabal 1.0.4.0
-uuid 1.3.11 notest
-uuid-types 1.0.2 notest
+uuid 1.3.11
+uuid-types 1.0.2
 uulib 0.9.20
 vault 0.3.0.5
 vector 0.11.0.0 notest # Testing disabled during transition to 7.10
diff --git a/patches/uuid-types/1.0.2/newer-hunit-and-tasty b/patches/uuid-types/1.0.2/newer-hunit-and-tasty
new file mode 100644
index 0000000..a541d42
--- /dev/null
+++ b/patches/uuid-types/1.0.2/newer-hunit-and-tasty
@@ -0,0 +1,14 @@
+--- a/uuid-types.cabal
++++ b/uuid-types.cabal
+@@ -57,9 +57,9 @@
+     Build-Depends:     base >= 3 && < 5,
+                        uuid-types,
+                        bytestring >= 0.9 && < 0.11,
+-                       HUnit >=1.2 && < 1.3,
++                       HUnit >=1.2 && < 1.4,
+                        QuickCheck >=2.4 && < 2.9,
+-                       tasty == 0.10.*,
++                       tasty >= 0.10 && < 0.12,
+                        tasty-hunit == 0.9.*,
+                        tasty-quickcheck == 0.8.*
+ 
diff --git a/patches/uuid-types/1.0.2/series b/patches/uuid-types/1.0.2/series
new file mode 100644
index 0000000..f61c6ce
--- /dev/null
+++ b/patches/uuid-types/1.0.2/series
@@ -0,0 +1 @@
+newer-hunit-and-tasty
diff --git a/patches/uuid/1.3.11/newer-hunit-and-tasty b/patches/uuid/1.3.11/newer-hunit-and-tasty
new file mode 100644
index 0000000..8b2bf74
--- /dev/null
+++ b/patches/uuid/1.3.11/newer-hunit-and-tasty
@@ -0,0 +1,15 @@
+--- a/uuid.cabal
++++ b/uuid.cabal
+@@ -64,10 +64,10 @@
+     Build-Depends:     base >= 3 && < 5,
+                        uuid,
+                        bytestring >= 0.9 && < 0.11,
+-                       HUnit >=1.2 && < 1.3,
++                       HUnit >=1.2 && < 1.4,
+                        QuickCheck >=2.4 && < 2.9,
+                        random >= 1.0.1 && < 1.2,
+-                       tasty == 0.10.*,
++                       tasty >= 0.10 && < 0.12,
+                        tasty-hunit == 0.9.*,
+                        tasty-quickcheck == 0.8.*
+ 
diff --git a/patches/uuid/1.3.11/series b/patches/uuid/1.3.11/series
new file mode 100644
index 0000000..f61c6ce
--- /dev/null
+++ b/patches/uuid/1.3.11/series
@@ -0,0 +1 @@
+newer-hunit-and-tasty

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/package-plan.git



More information about the Pkg-haskell-commits mailing list