[DHG_packages] 04/05: http-reverse-proxy: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:10:46 UTC 2016


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

clint pushed a commit to branch experimental
in repository DHG_packages.

commit d1f03c89984ce35c0861b1b6575ea157d6bc3372
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 17:09:12 2016 -0400

    http-reverse-proxy: build with ghc 8 in experimental
---
 p/haskell-http-reverse-proxy/debian/changelog |  6 +++
 p/haskell-http-reverse-proxy/debian/control   | 54 +++++++++++++++++----------
 2 files changed, 40 insertions(+), 20 deletions(-)

diff --git a/p/haskell-http-reverse-proxy/debian/changelog b/p/haskell-http-reverse-proxy/debian/changelog
index 2753218..6a97186 100644
--- a/p/haskell-http-reverse-proxy/debian/changelog
+++ b/p/haskell-http-reverse-proxy/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-reverse-proxy (0.4.3.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 17:09:09 -0400
+
 haskell-http-reverse-proxy (0.4.3.1-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-http-reverse-proxy/debian/control b/p/haskell-http-reverse-proxy/debian/control
index a18f33d..79a4167 100644
--- a/p/haskell-http-reverse-proxy/debian/control
+++ b/p/haskell-http-reverse-proxy/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-http-reverse-proxy
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+Uploaders:
+ Clint Adams <clint at debian.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
  libghc-async-dev,
  libghc-async-prof,
  libghc-blaze-builder-dev (>= 0.3),
@@ -15,9 +17,9 @@ Build-Depends: debhelper (>= 9),
  libghc-case-insensitive-dev (>= 0.4),
  libghc-case-insensitive-prof,
  libghc-conduit-dev (>= 1.1),
- libghc-conduit-prof,
  libghc-conduit-extra-dev,
  libghc-conduit-extra-prof,
+ libghc-conduit-prof,
  libghc-data-default-class-dev,
  libghc-data-default-class-prof,
  libghc-http-client-dev (>= 0.3),
@@ -37,12 +39,13 @@ Build-Depends: debhelper (>= 9),
  libghc-text-dev (>= 0.11),
  libghc-text-prof,
  libghc-wai-dev (>= 3.0),
- libghc-wai-prof,
  libghc-wai-logger-dev,
  libghc-wai-logger-prof,
+ libghc-wai-prof,
  libghc-word8-dev (>= 0.0),
  libghc-word8-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-async-doc,
  libghc-blaze-builder-doc,
  libghc-case-insensitive-doc,
@@ -62,17 +65,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-word8-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/fpco/http-reverse-proxy
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-http-reverse-proxy
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-http-reverse-proxy-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: reverse-proxy HTTP requests, either over raw sockets or with WAI${haskell:ShortBlurb}
  http-reverse-proxy provides a simple means of reverse-proxying HTTP
  requests. The raw approach uses the same technique as leveraged by
@@ -83,11 +90,15 @@ Description: reverse-proxy HTTP requests, either over raw sockets or with WAI${h
 
 Package: libghc-http-reverse-proxy-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: reverse-proxy HTTP requests, over raw sockets or with WAI${haskell:ShortBlurb}
  http-reverse-proxy provides a simple means of reverse-proxying HTTP
  requests. The raw approach uses the same technique as leveraged by
@@ -99,10 +110,13 @@ Description: reverse-proxy HTTP requests, over raw sockets or with WAI${haskell:
 Package: libghc-http-reverse-proxy-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: reverse-proxy HTTP requests, over raw sockets or with WAI${haskell:ShortBlurb}
  http-reverse-proxy provides a simple means of reverse-proxying HTTP
  requests. The raw approach uses the same technique as leveraged by

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