summaryrefslogtreecommitdiff
path: root/p/haskell-uuid-types
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-01-13 14:12:06 -0500
committerClint Adams <clint@debian.org>2016-01-13 14:12:06 -0500
commitadab9509ff3a3b8559c67b4a919b3b11ab93a99d (patch)
tree1fe282202a92a8fc8374b023988758588c711b84 /p/haskell-uuid-types
parent5f7e33cb5a93c933e8e665a42daf9dbb4525474d (diff)
downloadDHG_packages-adab9509ff3a3b8559c67b4a919b3b11ab93a99d.tar.gz
uuid-types: patch for newer HUnit and tasty
Diffstat (limited to 'p/haskell-uuid-types')
-rw-r--r--p/haskell-uuid-types/debian/changelog6
-rw-r--r--p/haskell-uuid-types/debian/control4
-rw-r--r--p/haskell-uuid-types/debian/patches/newer-hunit-and-tasty14
-rw-r--r--p/haskell-uuid-types/debian/patches/series1
4 files changed, 23 insertions, 2 deletions
diff --git a/p/haskell-uuid-types/debian/changelog b/p/haskell-uuid-types/debian/changelog
index 1adbf7977..2ba764162 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@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 ef29baf17..fd377c80a 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 000000000..a541d423a
--- /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 000000000..f61c6ced6
--- /dev/null
+++ b/p/haskell-uuid-types/debian/patches/series
@@ -0,0 +1 @@
+newer-hunit-and-tasty