[pkg-haskell-tools] 02/03: Bump a few dependencies

Joachim Breitner nomeata at moszumanska.debian.org
Mon Feb 22 23:13:41 UTC 2016


This is an automated email from the git hooks/post-receive script.

nomeata pushed a commit to branch master
in repository pkg-haskell-tools.

commit aa1735dab6a19ddb38c02b60ff9bb68a1ead40ec
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Thu Jan 21 23:08:16 2016 +0100

    Bump a few dependencies
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 dht.cabal        | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9df14da..1b6e0c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 pkg-haskell-tools (0.10.2) UNRELEASED; urgency=medium
 
   * dht make-all: Do not print "dpkg-deb" calls.
+  * dht make-all: Bump a few dependencies
 
  -- Joachim Breitner <nomeata at debian.org>  Sat, 12 Dec 2015 14:42:47 +0100
 
diff --git a/debian/control b/debian/control
index bcd3c93..a62e485 100644
--- a/debian/control
+++ b/debian/control
@@ -9,11 +9,11 @@ Build-Depends: debhelper (>= 9),
  cdbs,
  ghc,
  ghc-prof,
- libghc-debian-dev (>= 3.87),
- libghc-debian-dev (<< 3.88),
+ libghc-debian-dev (>= 3.89),
+ libghc-debian-dev (<< 3.90),
  libghc-extra-dev (>= 1.1),
- libghc-optparse-applicative-dev (>= 0.11),
- libghc-optparse-applicative-dev (<< 0.12),
+ libghc-optparse-applicative-dev (>= 0.12),
+ libghc-optparse-applicative-dev (<< 0.13),
  libghc-parsec3-dev,
  libghc-shake-dev (>= 0.15),
  libghc-shake-dev (<< 0.16),
diff --git a/dht.cabal b/dht.cabal
index 29757d1..71fb693 100644
--- a/dht.cabal
+++ b/dht.cabal
@@ -26,8 +26,8 @@ executable make-all
     text,
     shake == 0.15.*,
     extra >= 1.1,
-    debian == 3.87.*,
-    optparse-applicative == 0.11.*,
+    debian == 3.89.*,
+    optparse-applicative == 0.12.*,
     split == 0.2.*
   hs-source-dirs:      src
   default-language:    Haskell2010

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/pkg-haskell-tools.git



More information about the Pkg-haskell-commits mailing list