[pkg-haskell-tools] 01/01: Drop upper bound on optparse-applicative. closes: #868635

Clint Adams clint at moszumanska.debian.org
Mon Jul 17 12:52:07 UTC 2017


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

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

commit da0a25493173ab5f3fcb3beaad78cdce4a89e9df
Author: Clint Adams <clint at debian.org>
Date:   Mon Jul 17 08:51:22 2017 -0400

    Drop upper bound on optparse-applicative.  closes: #868635
---
 debian/changelog | 6 ++++++
 debian/control   | 5 ++---
 dht.cabal        | 2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7c0b0b4..7595f4f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pkg-haskell-tools (0.10.5) unstable; urgency=medium
+
+  * Drop upper bound on optparse-applicative.  closes: #868635.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Jul 2017 08:50:22 -0400
+
 pkg-haskell-tools (0.10.4) unstable; urgency=medium
 
   [ Joachim Breitner ]
diff --git a/debian/control b/debian/control
index 3fe3c5a..7b1b9b4 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: pkg-haskell-tools
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders: Joachim Breitner <nomeata at debian.org>, Clint Adams <clint at debian.org>
 Priority: extra
 Section: haskell
 Build-Depends: debhelper (>= 9),
@@ -12,7 +12,6 @@ Build-Depends: debhelper (>= 9),
  libghc-debian-dev (>= 3.89),
  libghc-extra-dev (>= 1.1),
  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),
@@ -22,7 +21,7 @@ Build-Depends: debhelper (>= 9),
  libghc-concurrent-output-dev (>= 1.7),
  libghc-concurrent-output-dev (<< 1.8),
  libfile-slurp-perl
-Standards-Version: 3.9.8
+Standards-Version: 4.0.0
 Homepage: https://wiki.debian.org/Haskell
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/pkg-haskell-tools.git
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/pkg-haskell-tools.git
diff --git a/dht.cabal b/dht.cabal
index 976061a..1ba4ed1 100644
--- a/dht.cabal
+++ b/dht.cabal
@@ -30,7 +30,7 @@ executable make-all
     shake == 0.15.*,
     extra >= 1.1,
     debian >= 3.89,
-    optparse-applicative == 0.12.*,
+    optparse-applicative >= 0.12,
     split == 0.2.*,
     concurrent-output == 1.7.*
   hs-source-dirs:      src

-- 
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