[DHG_packages] 10/21: exceptions: Upgrading from 0.8.0.2 to 0.8.2.1
Clint Adams
clint at moszumanska.debian.org
Wed May 25 03:00:46 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 8b1b0d64ee2b4fcdf0787b73273166756d6bba57
Author: Clint Adams <clint at debian.org>
Date: Tue May 24 22:18:57 2016 -0400
exceptions: Upgrading from 0.8.0.2 to 0.8.2.1
---
p/haskell-exceptions/debian/changelog | 11 ++++++++---
p/haskell-exceptions/debian/control | 8 +++++++-
p/haskell-exceptions/debian/rules | 3 +--
3 files changed, 16 insertions(+), 6 deletions(-)
diff --git a/p/haskell-exceptions/debian/changelog b/p/haskell-exceptions/debian/changelog
index 5de4cfb..e509695 100644
--- a/p/haskell-exceptions/debian/changelog
+++ b/p/haskell-exceptions/debian/changelog
@@ -1,9 +1,14 @@
-haskell-exceptions (0.8.0.2-4) UNRELEASED; urgency=medium
+haskell-exceptions (0.8.2.1-1) unstable; urgency=medium
+ [ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:16 +0300
+ [ Clint Adams ]
+ * New upstream version.
+ * Re-enable tests.
+
+ -- Clint Adams <clint at debian.org> Tue, 24 May 2016 22:18:57 -0400
haskell-exceptions (0.8.0.2-3) unstable; urgency=medium
@@ -13,7 +18,7 @@ haskell-exceptions (0.8.0.2-3) unstable; urgency=medium
haskell-exceptions (0.8.0.2-2) experimental; urgency=medium
- * Disable test suite, does not work with the latest QuickCheck
+ * Disable test suite, does not work with the latest QuickCheck
* Depend on haskell-devscripts >= 0.10 to ensure that this package
builds against GHC in experimental
diff --git a/p/haskell-exceptions/debian/control b/p/haskell-exceptions/debian/control
index 8939fd5..1c85ca7 100644
--- a/p/haskell-exceptions/debian/control
+++ b/p/haskell-exceptions/debian/control
@@ -15,8 +15,14 @@ Build-Depends: debhelper (>= 9),
libghc-stm-dev (<< 3),
libghc-stm-prof,
libghc-transformers-compat-dev (>= 0.3),
- libghc-transformers-compat-dev (<< 0.5),
+ libghc-transformers-compat-dev (<< 0.6),
libghc-transformers-compat-prof,
+ libghc-test-framework-dev (>= 0.8),
+ libghc-test-framework-dev (<< 0.9),
+ libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-test-framework-quickcheck2-dev (<< 0.4),
+ libghc-quickcheck2-dev (>= 2.5),
+ libghc-quickcheck2-dev (<< 2.9),
Build-Depends-Indep: ghc-doc,
libghc-mtl-doc,
libghc-stm-doc,
diff --git a/p/haskell-exceptions/debian/rules b/p/haskell-exceptions/debian/rules
index 0ced71b..01f1aaf 100755
--- a/p/haskell-exceptions/debian/rules
+++ b/p/haskell-exceptions/debian/rules
@@ -1,7 +1,6 @@
#!/usr/bin/make -f
-# Needs old quickcheck
-# DEB_ENABLE_TESTS = yes
+DEB_ENABLE_TESTS = yes
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
--
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