summaryrefslogtreecommitdiff
path: root/p/haskell-http-reverse-proxy
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 17:09:12 -0400
committerClint Adams <clint@debian.org>2016-10-17 17:09:12 -0400
commitd1f03c89984ce35c0861b1b6575ea157d6bc3372 (patch)
tree5494090ed4c9b1849acced3c5f640332ac0b1fd4 /p/haskell-http-reverse-proxy
parenta10cf8a87ed52d895690304491b9eef20acdfd4e (diff)
downloadDHG_packages-d1f03c89984ce35c0861b1b6575ea157d6bc3372.tar.gz
http-reverse-proxy: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-http-reverse-proxy')
-rw-r--r--p/haskell-http-reverse-proxy/debian/changelog6
-rw-r--r--p/haskell-http-reverse-proxy/debian/control54
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 2753218b0..6a97186cd 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@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 a18f33db2..79a4167c7 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@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ Clint Adams <clint@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