[DHG_packages] 04/05: http-client: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 19:52:23 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 82c5c24348fb09ba7de1b9970754a7a424175d2d
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:50:28 2016 -0400
http-client: build with ghc 8 in experimental
---
p/haskell-http-client/debian/changelog | 6 +++
p/haskell-http-client/debian/control | 76 ++++++++++++++++++++--------------
2 files changed, 51 insertions(+), 31 deletions(-)
diff --git a/p/haskell-http-client/debian/changelog b/p/haskell-http-client/debian/changelog
index 710bab2..c8b3027 100644
--- a/p/haskell-http-client/debian/changelog
+++ b/p/haskell-http-client/debian/changelog
@@ -1,3 +1,9 @@
+haskell-http-client (0.4.31.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:50:21 -0400
+
haskell-http-client (0.4.31.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-http-client/debian/control b/p/haskell-http-client/debian/control
index acf58f6..87e5c19 100644
--- a/p/haskell-http-client/debian/control
+++ b/p/haskell-http-client/debian/control
@@ -1,18 +1,24 @@
Source: haskell-http-client
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,
- libghc-base64-bytestring-dev (>= 1.0),
+ haskell-devscripts (>= 0.10),
+ libghc-async-dev,
+ libghc-base64-bytestring-dev,
libghc-base64-bytestring-dev (<< 1.1),
+ libghc-base64-bytestring-dev (>= 1.0),
libghc-base64-bytestring-prof,
+ libghc-blaze-builder-dev,
libghc-blaze-builder-dev (>= 0.3),
libghc-blaze-builder-prof,
+ libghc-case-insensitive-dev,
libghc-case-insensitive-dev (>= 1.0),
libghc-case-insensitive-prof,
libghc-cookie-dev,
@@ -21,34 +27,31 @@ Build-Depends: debhelper (>= 9),
libghc-data-default-class-prof,
libghc-exceptions-dev (>= 0.4),
libghc-exceptions-prof,
+ libghc-hspec-dev,
+ libghc-http-types-dev,
libghc-http-types-dev (>= 0.8),
libghc-http-types-prof,
libghc-mime-types-dev,
libghc-mime-types-prof,
+ libghc-monad-control-dev,
+ libghc-network-dev,
libghc-network-dev (>= 2.6),
libghc-network-prof,
+ libghc-network-uri-dev,
libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
libghc-random-dev,
libghc-random-prof,
- libghc-streaming-commons-dev (>= 0.1.0.2),
libghc-streaming-commons-dev (<< 0.2),
+ libghc-streaming-commons-dev (>= 0.1.0.2),
+ libghc-streaming-commons-dev (>= 0.1.1),
libghc-streaming-commons-prof,
+ libghc-text-dev,
libghc-text-dev (>= 0.11),
libghc-text-prof,
- libghc-async-dev,
- libghc-base64-bytestring-dev,
- libghc-blaze-builder-dev,
- libghc-case-insensitive-dev,
- libghc-hspec-dev,
- libghc-http-types-dev,
- libghc-monad-control-dev,
- libghc-network-dev,
- libghc-network-uri-dev,
- libghc-streaming-commons-dev (>= 0.1.1),
- libghc-text-dev,
libghc-zlib-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-base64-bytestring-doc,
libghc-blaze-builder-doc,
libghc-case-insensitive-doc,
@@ -64,7 +67,7 @@ Build-Depends-Indep: ghc-doc,
libghc-text-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/snoyberg/http-client
-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-client
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: HTTP client engine
An HTTP client engine, intended as a base layer for more user-friendly
@@ -74,12 +77,16 @@ X-Description: HTTP client engine
Package: libghc-http-client-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -87,11 +94,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-http-client-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -100,10 +111,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-http-client-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: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
--
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