[DHG_packages] 03/06: HTTP: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 05:29:15 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 8d1f4df6b9d41c2216139d0aaf1fb0e8f83fda5d
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 01:25:28 2016 -0400
HTTP: build with ghc 8 in experimental
---
p/haskell-http/debian/changelog | 6 ++--
p/haskell-http/debian/control | 61 ++++++++++++++++++++++++++---------------
2 files changed, 42 insertions(+), 25 deletions(-)
diff --git a/p/haskell-http/debian/changelog b/p/haskell-http/debian/changelog
index 5b2822e..0c92b56 100644
--- a/p/haskell-http/debian/changelog
+++ b/p/haskell-http/debian/changelog
@@ -1,8 +1,8 @@
-haskell-http (1:4000.3.3-2) UNRELEASED; urgency=medium
+haskell-http (1:4000.3.3-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:40 +0200
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 01:25:18 -0400
haskell-http (1:4000.3.3-1) unstable; urgency=medium
diff --git a/p/haskell-http/debian/control b/p/haskell-http/debian/control
index c53b3bb..9b1bdfe 100644
--- a/p/haskell-http/debian/control
+++ b/p/haskell-http/debian/control
@@ -1,44 +1,52 @@
Source: haskell-http
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Arjan Oosting <arjan at debian.org>, Clint Adams <clint at debian.org>, Dmitry Bogatov <KAction at gnu.org>
+Uploaders:
+ Arjan Oosting <arjan at debian.org>,
+ Clint Adams <clint at debian.org>,
+ Dmitry Bogatov <KAction at gnu.org>,
Priority: extra
Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
ghc-prof,
- libghc-mtl-dev (>= 2.0),
+ haskell-devscripts (>= 0.10),
libghc-mtl-dev (<< 2.3),
+ libghc-mtl-dev (>= 2.0),
libghc-mtl-prof,
- libghc-network-dev (>= 2.6),
libghc-network-dev (<< 2.7),
+ libghc-network-dev (>= 2.6),
libghc-network-prof,
- libghc-network-uri-dev (>= 2.6),
libghc-network-uri-dev (<< 2.7),
+ libghc-network-uri-dev (>= 2.6),
libghc-network-uri-prof,
- libghc-parsec3-dev (>= 2.0),
libghc-parsec3-dev (<< 3.2),
+ libghc-parsec3-dev (>= 2.0),
libghc-parsec3-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-mtl-doc,
libghc-network-doc,
libghc-network-uri-doc,
libghc-parsec3-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/haskell/HTTP
-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
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: GHC libraries for the Haskell HTTP client library
HTTP is a set of Haskell client libraries for HTTP/1.0 and HTTP/1.1.
Package: libghc-http-dev
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
${shlibs:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -46,10 +54,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-http-prof
Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -58,13 +69,19 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-http-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: haskell-http-doc (<< 40000006-4),
-Provides: haskell-http-doc,
-Replaces: haskell-http-doc (<< 40000006-4),
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ haskell-http-doc (<< 40000006-4),
+Provides:
+ haskell-http-doc,
+Replaces:
+ haskell-http-doc (<< 40000006-4),
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