[pkg-haskell-tools] 01/04: Drop upper bound on concurrent-output

Ilias Tsitsimpis iliastsi-guest at moszumanska.debian.org
Fri Nov 17 12:15:32 UTC 2017


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

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

commit a02e7d9806026b696212d43e683b1d2874009207
Author: Ilias Tsitsimpis <iliastsi at debian.org>
Date:   Fri Nov 17 13:39:56 2017 +0200

    Drop upper bound on concurrent-output
---
 debian/changelog | 7 ++++---
 debian/control   | 1 -
 dht.cabal        | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 750c437..b3b81ed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-pkg-haskell-tools (0.11.1) UNRELEASED; urgency=medium
+pkg-haskell-tools (0.11.1) unstable; urgency=medium
 
   [ Joachim Breitner ]
-  * dht upload: Prefer a _source changes files over an _arch changes files. 
+  * dht upload: Prefer a _source changes files over an _arch changes files.
 
   [ Ilias Tsitsimpis ]
   * dht what-to-upgrade: Support HTTPS URLs in watchfiles.
+  * Drop upper bound on concurrent-output (Closes: #881820)
 
- -- Joachim Breitner <nomeata at debian.org>  Fri, 13 Oct 2017 11:53:15 -0400
+ -- Ilias Tsitsimpis <iliastsi at debian.org>  Fri, 17 Nov 2017 13:39:46 +0200
 
 pkg-haskell-tools (0.11.0) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 7b1b9b4..0086ac2 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,6 @@ Build-Depends: debhelper (>= 9),
  libghc-split-dev (<< 0.3),
  libghc-text-dev,
  libghc-concurrent-output-dev (>= 1.7),
- libghc-concurrent-output-dev (<< 1.8),
  libfile-slurp-perl
 Standards-Version: 4.0.0
 Homepage: https://wiki.debian.org/Haskell
diff --git a/dht.cabal b/dht.cabal
index 1ba4ed1..1b853f0 100644
--- a/dht.cabal
+++ b/dht.cabal
@@ -32,6 +32,6 @@ executable make-all
     debian >= 3.89,
     optparse-applicative >= 0.12,
     split == 0.2.*,
-    concurrent-output == 1.7.*
+    concurrent-output >= 1.7
   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