[DHG_packages] 01/01: xmlhtml: fix HUnit upper bound
Clint Adams
clint at moszumanska.debian.org
Fri Jul 7 21:22:37 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 1655a12d55922cb92a1b04a9a73005a5eecbc369
Author: Clint Adams <clint at debian.org>
Date: Fri Jul 7 17:22:12 2017 -0400
xmlhtml: fix HUnit upper bound
---
p/haskell-xmlhtml/debian/changelog | 6 ++++++
p/haskell-xmlhtml/debian/control | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/p/haskell-xmlhtml/debian/changelog b/p/haskell-xmlhtml/debian/changelog
index cc7dafd..a910104 100644
--- a/p/haskell-xmlhtml/debian/changelog
+++ b/p/haskell-xmlhtml/debian/changelog
@@ -1,3 +1,9 @@
+haskell-xmlhtml (0.2.4-3) unstable; urgency=medium
+
+ * Fix HUnit upper bound.
+
+ -- Clint Adams <clint at debian.org> Fri, 07 Jul 2017 17:21:54 -0400
+
haskell-xmlhtml (0.2.4-2) unstable; urgency=medium
* Make testsuite slightly less silly so we can get some insight
diff --git a/p/haskell-xmlhtml/debian/control b/p/haskell-xmlhtml/debian/control
index 449cc32..57630c1 100644
--- a/p/haskell-xmlhtml/debian/control
+++ b/p/haskell-xmlhtml/debian/control
@@ -19,8 +19,8 @@ Build-Depends:
libghc-blaze-markup-dev (<< 0.8),
libghc-blaze-markup-dev (>= 0.5),
libghc-blaze-markup-prof,
- libghc-hunit-dev (<< 1.4),
libghc-hunit-dev (>= 1.2),
+ libghc-hunit-dev (<< 1.7),
libghc-hunit-prof,
libghc-parsec3-dev (<< 3.2),
libghc-parsec3-dev (>= 3.1.2),
--
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