[DHG_packages] 02/05: xml-conduit: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 21:00:17 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 c969ad672d5ecc2f1faab2851fd4976508591539
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 16:57:18 2016 -0400

    xml-conduit: build with ghc 8 in experimental
---
 p/haskell-xml-conduit/debian/changelog |  6 +--
 p/haskell-xml-conduit/debian/control   | 76 ++++++++++++++++++++--------------
 2 files changed, 48 insertions(+), 34 deletions(-)

diff --git a/p/haskell-xml-conduit/debian/changelog b/p/haskell-xml-conduit/debian/changelog
index 96b289a..1d2ffd1 100644
--- a/p/haskell-xml-conduit/debian/changelog
+++ b/p/haskell-xml-conduit/debian/changelog
@@ -1,8 +1,8 @@
-haskell-xml-conduit (1.3.5-2) UNRELEASED; urgency=medium
+haskell-xml-conduit (1.3.5-2) experimental; urgency=medium
 
-  * Fix VCS fields
+  * Temporarily build-depend on ghc 8.
 
- -- Gianfranco Costamagna <locutusofborg at debian.org>  Thu, 02 Jun 2016 19:13:14 +0200
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 16:57:12 -0400
 
 haskell-xml-conduit (1.3.5-1) unstable; urgency=medium
 
diff --git a/p/haskell-xml-conduit/debian/control b/p/haskell-xml-conduit/debian/control
index 3c63deb..2777b7c 100644
--- a/p/haskell-xml-conduit/debian/control
+++ b/p/haskell-xml-conduit/debian/control
@@ -1,48 +1,51 @@
 Source: haskell-xml-conduit
 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-attoparsec-dev (>= 0.10),
  libghc-attoparsec-prof,
- libghc-blaze-builder-dev (>= 0.2),
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.2),
  libghc-blaze-builder-prof,
  libghc-blaze-html-dev (>= 0.5),
  libghc-blaze-html-prof,
+ libghc-blaze-markup-dev,
  libghc-blaze-markup-dev (>= 0.5),
  libghc-blaze-markup-prof,
- libghc-conduit-dev (>= 1.0),
+ libghc-conduit-dev,
  libghc-conduit-dev (<< 1.3),
- libghc-conduit-prof,
+ libghc-conduit-dev (>= 1.0),
  libghc-conduit-extra-dev (>= 1.1),
  libghc-conduit-extra-prof,
+ libghc-conduit-prof,
  libghc-data-default-dev,
  libghc-data-default-prof,
- libghc-monad-control-dev (>= 0.3),
+ libghc-hspec-dev (>= 1.3),
+ libghc-hunit-dev,
  libghc-monad-control-dev (<< 1.1),
+ libghc-monad-control-dev (>= 0.3),
  libghc-monad-control-prof,
- libghc-resourcet-dev (>= 0.3),
+ libghc-resourcet-dev,
  libghc-resourcet-dev (<< 1.2),
+ libghc-resourcet-dev (>= 0.3),
  libghc-resourcet-prof,
+ libghc-text-dev,
  libghc-text-dev (>= 0.7),
  libghc-text-prof,
- libghc-xml-types-dev (>= 0.3.4),
  libghc-xml-types-dev (<< 0.4),
- libghc-xml-types-prof,
- libghc-hunit-dev,
- libghc-blaze-markup-dev,
- libghc-conduit-dev,
- libghc-hspec-dev (>= 1.3),
- libghc-resourcet-dev,
- libghc-text-dev,
  libghc-xml-types-dev (>= 0.3.1),
-Build-Depends-Indep: ghc-doc,
+ libghc-xml-types-dev (>= 0.3.4),
+ libghc-xml-types-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-attoparsec-doc,
  libghc-blaze-builder-doc,
  libghc-blaze-html-doc,
@@ -56,17 +59,21 @@ Build-Depends-Indep: ghc-doc,
  libghc-xml-types-doc,
 Standards-Version: 3.9.8
 Homepage: http://github.com/snoyberg/xml
-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-xml-conduit
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-xml-conduit-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: HTTP client package with conduit interface and HTTPS support${haskell:ShortBlurb}
  This package uses attoparsec for parsing the actual contents of the HTTP
  connection. It also provides higher-level functions which allow you to avoid
@@ -77,11 +84,15 @@ Description: HTTP client package with conduit interface and HTTPS support${haske
 
 Package: libghc-xml-conduit-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: HTTP/HTTPS client package with conduit interface${haskell:ShortBlurb}
  This package uses attoparsec for parsing the actual contents of the HTTP
  connection. It also provides higher-level functions which allow you to avoid
@@ -93,10 +104,13 @@ Description: HTTP/HTTPS client package with conduit interface${haskell:ShortBlur
 Package: libghc-xml-conduit-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: HTTP client package with conduit interface and HTTPS support${haskell:ShortBlurb}
  This package uses attoparsec for parsing the actual contents of the HTTP
  connection. It also provides higher-level functions which allow you to avoid

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