summaryrefslogtreecommitdiff
path: root/p
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2016-05-30 17:20:39 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2016-05-30 17:21:00 +0200
commita66fb7f7e9b40abb9bb5586bc7a27ea93a01b572 (patch)
treec95fbf2c8237c5ea6e35636e03404206683077ad /p
parentac78e087339c4078c1858214454b5a6eea5bd35b (diff)
downloadDHG_packages-a66fb7f7e9b40abb9bb5586bc7a27ea93a01b572.tar.gz
zeromq4-haskell: Upgrading from 0.6.4 to 0.6.5
Diffstat (limited to 'p')
-rw-r--r--p/haskell-zeromq4-haskell/debian/changelog8
-rw-r--r--p/haskell-zeromq4-haskell/debian/control10
2 files changed, 14 insertions, 4 deletions
diff --git a/p/haskell-zeromq4-haskell/debian/changelog b/p/haskell-zeromq4-haskell/debian/changelog
index 6173777d6..8a267bf0a 100644
--- a/p/haskell-zeromq4-haskell/debian/changelog
+++ b/p/haskell-zeromq4-haskell/debian/changelog
@@ -1,9 +1,13 @@
-haskell-zeromq4-haskell (0.6.4-2) UNRELEASED; urgency=medium
+haskell-zeromq4-haskell (0.6.5-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@gnu.org> Tue, 10 May 2016 09:36:36 +0300
+ [ Joachim Breitner ]
+ * New upstream release
+
+ -- Joachim Breitner <nomeata@debian.org> Mon, 30 May 2016 17:20:39 +0200
haskell-zeromq4-haskell (0.6.4-1) unstable; urgency=medium
diff --git a/p/haskell-zeromq4-haskell/debian/control b/p/haskell-zeromq4-haskell/debian/control
index 3ab8478b7..3585ba91c 100644
--- a/p/haskell-zeromq4-haskell/debian/control
+++ b/p/haskell-zeromq4-haskell/debian/control
@@ -14,17 +14,23 @@ Build-Depends: debhelper (>= 9),
libghc-exceptions-dev (>= 0.6),
libghc-exceptions-dev (<< 1.0),
libghc-exceptions-prof,
+ libghc-monad-control-dev (>= 1.0),
+ libghc-monad-control-prof,
libghc-semigroups-dev (>= 0.8),
libghc-semigroups-prof,
+ libghc-transformers-base-dev (>= 0.4),
+ libghc-transformers-base-prof,
libzmq3-dev (>= 4),
pkg-config,
Build-Depends-Indep: ghc-doc,
libghc-async-doc,
libghc-exceptions-doc,
+ libghc-monad-control-doc,
libghc-semigroups-doc,
+ libghc-transformers-base-doc,
Standards-Version: 3.9.8
-Homepage: http://github.com/twittner/zeromq-haskell/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Homepage: https://gitlab.com/twittner/zeromq-haskell/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-zeromq4-haskell
Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
X-Description: bindings to ZeroMQ 4.x
The 0MQ lightweight messaging kernel is a library which extends the standard