[DHG_packages] 02/06: pqueue: fix B-D
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 16:35:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
clint pushed a commit to branch experimental
in repository DHG_packages.
commit 970879b25f2cf80a8cfc1e09f5530c7842f139aa
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 12:30:25 2016 -0400
pqueue: fix B-D
---
p/haskell-pqueue/debian/changelog | 6 ++++++
p/haskell-pqueue/debian/control | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/p/haskell-pqueue/debian/changelog b/p/haskell-pqueue/debian/changelog
index 0916981..a8f30f5 100644
--- a/p/haskell-pqueue/debian/changelog
+++ b/p/haskell-pqueue/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pqueue (1.3.1.1-3) experimental; urgency=medium
+
+ * Actually fix the B-D.
+
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 12:30:08 -0400
+
haskell-pqueue (1.3.1.1-2) experimental; urgency=medium
* Temporarily build-depend on ghc 8.
diff --git a/p/haskell-pqueue/debian/control b/p/haskell-pqueue/debian/control
index 504df90..58ae9e5 100644
--- a/p/haskell-pqueue/debian/control
+++ b/p/haskell-pqueue/debian/control
@@ -3,13 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Sven Bartscher <sven.bartscher at weltraumschlangen.de>
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9), dh-haskell (>= 0.1), ghc, ghc-prof
+Build-Depends: debhelper (>= 9), dh-haskell (>= 0.1), ghc (>= 8), ghc-prof
Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/pqueue
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-pqueue
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Reliable, persistent, fast priority queues.
+X-Description: reliable, persistent, fast priority queues.
A fast, reliable priority queue implementation based on a binomial heap.
Package: libghc-pqueue-dev
--
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