[DHG_packages] 01/01: uuid-types: patch for newer HUnit and tasty
Clint Adams
clint at moszumanska.debian.org
Wed Jan 13 19:12:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch master
in repository DHG_packages.
commit adab9509ff3a3b8559c67b4a919b3b11ab93a99d
Author: Clint Adams <clint at debian.org>
Date: Wed Jan 13 14:12:06 2016 -0500
uuid-types: patch for newer HUnit and tasty
---
p/haskell-uuid-types/debian/changelog | 6 ++++++
p/haskell-uuid-types/debian/control | 4 ++--
p/haskell-uuid-types/debian/patches/newer-hunit-and-tasty | 14 ++++++++++++++
p/haskell-uuid-types/debian/patches/series | 1 +
4 files changed, 23 insertions(+), 2 deletions(-)
diff --git a/p/haskell-uuid-types/debian/changelog b/p/haskell-uuid-types/debian/changelog
index 1adbf79..2ba7641 100644
--- a/p/haskell-uuid-types/debian/changelog
+++ b/p/haskell-uuid-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-uuid-types (1.0.2-4) unstable; urgency=medium
+
+ * Patch for newer HUnit and tasty.
+
+ -- Clint Adams <clint at debian.org> Wed, 13 Jan 2016 14:00:12 -0500
+
haskell-uuid-types (1.0.2-3) unstable; urgency=medium
* Switch Vcs-Git/Vcs-Browser headers to new location.
diff --git a/p/haskell-uuid-types/debian/control b/p/haskell-uuid-types/debian/control
index ef29baf..fd377c8 100644
--- a/p/haskell-uuid-types/debian/control
+++ b/p/haskell-uuid-types/debian/control
@@ -17,11 +17,11 @@ Build-Depends: debhelper (>= 9),
libghc-text-dev (<< 1.3),
libghc-text-prof,
libghc-hunit-dev (>= 1.2),
- libghc-hunit-dev (<< 1.3),
+ libghc-hunit-dev (<< 1.4),
libghc-quickcheck2-dev (>= 2.4),
libghc-quickcheck2-dev (<< 2.9),
libghc-tasty-dev (>= 0.10),
- libghc-tasty-dev (<< 0.11),
+ libghc-tasty-dev (<< 0.12),
libghc-tasty-hunit-dev (>= 0.9),
libghc-tasty-hunit-dev (<< 0.10),
libghc-tasty-quickcheck-dev (>= 0.8),
diff --git a/p/haskell-uuid-types/debian/patches/newer-hunit-and-tasty b/p/haskell-uuid-types/debian/patches/newer-hunit-and-tasty
new file mode 100644
index 0000000..a541d42
--- /dev/null
+++ b/p/haskell-uuid-types/debian/patches/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/p/haskell-uuid-types/debian/patches/series b/p/haskell-uuid-types/debian/patches/series
new file mode 100644
index 0000000..f61c6ce
--- /dev/null
+++ b/p/haskell-uuid-types/debian/patches/series
@@ -0,0 +1 @@
+newer-hunit-and-tasty
--
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