[DHG_packages] 85/204: http-streams: Upgrading from 0.8.4.0 to 0.8.5.3

Clint Adams clint at moszumanska.debian.org
Sun Jun 18 16:09:07 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 242c0c8d826aadfb40293e17d754ab7f1d69db1e
Author: Clint Adams <clint at debian.org>
Date:   Sat Jun 17 14:51:29 2017 -0400

    http-streams: Upgrading from 0.8.4.0 to 0.8.5.3
---
 p/haskell-http-streams/debian/changelog         | 6 ++++++
 p/haskell-http-streams/debian/control           | 4 ++--
 p/haskell-http-streams/debian/patches/non-linux | 4 ++--
 3 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/p/haskell-http-streams/debian/changelog b/p/haskell-http-streams/debian/changelog
index d5c2d88..1c3d0f4 100644
--- a/p/haskell-http-streams/debian/changelog
+++ b/p/haskell-http-streams/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-streams (0.8.5.3-1) unstable; urgency=medium
+
+  * New upstream release
+
+ -- Clint Adams <clint at debian.org>  Sat, 17 Jun 2017 14:51:29 -0400
+
 haskell-http-streams (0.8.4.0-2) unstable; urgency=medium
 
   * Upload to unstable as part of GHC 8 transition.
diff --git a/p/haskell-http-streams/debian/control b/p/haskell-http-streams/debian/control
index 5003209..ed09614 100644
--- a/p/haskell-http-streams/debian/control
+++ b/p/haskell-http-streams/debian/control
@@ -24,8 +24,8 @@ Build-Depends:
  libghc-hsopenssl-prof,
  libghc-http-common-dev (>= 0.8.2),
  libghc-http-common-prof,
- libghc-io-streams-dev (<< 1.4),
  libghc-io-streams-dev (>= 1.3),
+ libghc-io-streams-dev (<< 1.5),
  libghc-io-streams-prof,
  libghc-mtl-dev,
  libghc-mtl-prof,
@@ -57,7 +57,7 @@ Build-Depends-Indep:
  libghc-text-doc,
  libghc-unordered-containers-doc,
 Standards-Version: 3.9.8
-Homepage: http://research.operationaldynamics.com/projects/http-streams/
+Homepage: http://github.com/afcowie/http-streams/
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-http-streams
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 X-Description: An HTTP client using io-streams
diff --git a/p/haskell-http-streams/debian/patches/non-linux b/p/haskell-http-streams/debian/patches/non-linux
index d69a5da..3992439 100644
--- a/p/haskell-http-streams/debian/patches/non-linux
+++ b/p/haskell-http-streams/debian/patches/non-linux
@@ -1,10 +1,10 @@
 --- a/lib/Network/Http/Inconvenience.hs
 +++ b/lib/Network/Http/Inconvenience.hs
-@@ -73,9 +73,7 @@
+@@ -76,9 +76,7 @@
  import Network.Http.RequestBuilder
  import Network.Http.Types
  
--#if defined __LINUX__
+-#if defined __LINUX__ || defined __FREEBSD__
  import System.Directory (doesDirectoryExist)
 -#endif
  

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