[DHG_packages] 154/204: snap-server: Upgrading from 1.0.1.0 to 1.0.2.2

Clint Adams clint at moszumanska.debian.org
Sun Jun 18 16:09:17 UTC 2017


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

clint pushed a commit to branch master
in repository DHG_packages.

commit aa768dfd76e8a5a4334343bc22e1fd7876fafdf2
Author: Clint Adams <clint at debian.org>
Date:   Sun Jun 18 02:13:33 2017 -0400

    snap-server: Upgrading from 1.0.1.0 to 1.0.2.2
---
 p/haskell-snap-server/debian/changelog                     |  6 ++++++
 p/haskell-snap-server/debian/control                       |  6 ++++--
 p/haskell-snap-server/debian/patches/no-bytestring-builder | 12 ++++++------
 3 files changed, 16 insertions(+), 8 deletions(-)

diff --git a/p/haskell-snap-server/debian/changelog b/p/haskell-snap-server/debian/changelog
index a0339f2..2bebf3b 100644
--- a/p/haskell-snap-server/debian/changelog
+++ b/p/haskell-snap-server/debian/changelog
@@ -1,3 +1,9 @@
+haskell-snap-server (1.0.2.2-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sun, 18 Jun 2017 02:13:33 -0400
+
 haskell-snap-server (1.0.1.0-3) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-snap-server/debian/control b/p/haskell-snap-server/debian/control
index 5f56517..c2a16e5 100644
--- a/p/haskell-snap-server/debian/control
+++ b/p/haskell-snap-server/debian/control
@@ -22,8 +22,10 @@ Build-Depends:
  libghc-clock-dev (<< 0.8),
  libghc-clock-dev (>= 0.7.1),
  libghc-clock-prof,
- libghc-io-streams-dev (<< 1.4),
  libghc-io-streams-dev (>= 1.3),
+ libghc-io-streams-dev (<< 1.5),
+ libghc-io-streams-prof,
+ libghc-io-streams-haproxy-dev (>= 1.0),
  libghc-io-streams-haproxy-dev (<< 1.1),
  libghc-io-streams-haproxy-dev (>= 1.0),
  libghc-io-streams-haproxy-prof,
@@ -49,8 +51,8 @@ Build-Depends:
  libghc-unix-compat-dev (<< 0.5),
  libghc-unix-compat-dev (>= 0.2),
  libghc-unix-compat-prof,
- libghc-vector-dev (<< 0.12),
  libghc-vector-dev (>= 0.7),
+ libghc-vector-dev (<< 0.13),
  libghc-vector-prof,
 Build-Depends-Indep:
  ghc-doc,
diff --git a/p/haskell-snap-server/debian/patches/no-bytestring-builder b/p/haskell-snap-server/debian/patches/no-bytestring-builder
index fd60a76..4a75624 100644
--- a/p/haskell-snap-server/debian/patches/no-bytestring-builder
+++ b/p/haskell-snap-server/debian/patches/no-bytestring-builder
@@ -1,6 +1,6 @@
 --- a/snap-server.cabal
 +++ b/snap-server.cabal
-@@ -89,7 +89,6 @@ Library
+@@ -89,7 +89,6 @@
      base                                >= 4        && < 5,
      blaze-builder                       >= 0.4      && < 0.5,
      bytestring                          >= 0.9.1    && < 0.11,
@@ -8,7 +8,7 @@
      case-insensitive                    >= 1.1      && < 1.3,
      clock                               >= 0.7.1    && < 0.8,
      containers                          >= 0.3      && < 0.6,
-@@ -196,7 +195,6 @@ Test-suite testsuite
+@@ -196,7 +195,6 @@
      base                                >= 4        && < 5,
      base16-bytestring                   >= 0.1      && < 0.2,
      blaze-builder                       >= 0.4      && < 0.5,
@@ -16,15 +16,15 @@
      bytestring                          >= 0.9.1    && < 0.11,
      case-insensitive                    >= 1.1      && < 1.3,
      clock                               >= 0.7.1    && < 0.8,
-@@ -303,7 +301,6 @@ Benchmark benchmark
+@@ -303,7 +301,6 @@
      base                                >= 4       && < 5,
      blaze-builder                       >= 0.4     && < 0.5,
      bytestring                          >= 0.9     && < 0.11,
 -    bytestring-builder                  >= 0.10.4  && < 0.11,
      criterion                           >= 0.6     && < 1.2,
-     io-streams                          >= 1.3     && < 1.4,
+     io-streams,
      io-streams-haproxy                  >= 1.0     && < 1.1,
-@@ -384,7 +381,6 @@ Executable snap-test-pong-server
+@@ -384,7 +381,6 @@
      base                                >= 4        && < 5,
      blaze-builder                       >= 0.4      && < 0.5,
      bytestring                          >= 0.9.1    && < 0.11,
@@ -32,7 +32,7 @@
      case-insensitive                    >= 1.1      && < 1.3,
      clock                               >= 0.7.1    && < 0.8,
      containers                          >= 0.3      && < 0.6,
-@@ -475,7 +471,6 @@ Executable snap-test-server
+@@ -475,7 +471,6 @@
      base                                >= 4        && < 5,
      blaze-builder                       >= 0.4      && < 0.5,
      bytestring                          >= 0.9.1    && < 0.11,

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