[DHG_packages] 04/04: xml-conduit-writer: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Mon Oct 17 22:20:24 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 a80523d66fffc0bcca7befc5f84592af10c5cd37
Author: Clint Adams <clint at debian.org>
Date:   Mon Oct 17 18:19:22 2016 -0400

    xml-conduit-writer: build with ghc 8 in experimental
---
 p/haskell-xml-conduit-writer/debian/changelog |  6 +++
 p/haskell-xml-conduit-writer/debian/control   | 55 ++++++++++++++++++---------
 2 files changed, 42 insertions(+), 19 deletions(-)

diff --git a/p/haskell-xml-conduit-writer/debian/changelog b/p/haskell-xml-conduit-writer/debian/changelog
index 119c0de..11aff02 100644
--- a/p/haskell-xml-conduit-writer/debian/changelog
+++ b/p/haskell-xml-conduit-writer/debian/changelog
@@ -1,3 +1,9 @@
+haskell-xml-conduit-writer (0.1.1.1-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Mon, 17 Oct 2016 18:19:17 -0400
+
 haskell-xml-conduit-writer (0.1.1.1-1) unstable; urgency=low
 
   * Initial release
diff --git a/p/haskell-xml-conduit-writer/debian/control b/p/haskell-xml-conduit-writer/debian/control
index 4160c39..0329ed9 100644
--- a/p/haskell-xml-conduit-writer/debian/control
+++ b/p/haskell-xml-conduit-writer/debian/control
@@ -1,13 +1,15 @@
 Source: haskell-xml-conduit-writer
 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.9),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.9),
  libghc-dlist-dev,
  libghc-dlist-prof,
  libghc-mtl-dev,
@@ -18,7 +20,8 @@ Build-Depends: debhelper (>= 9),
  libghc-xml-conduit-prof,
  libghc-xml-types-dev,
  libghc-xml-types-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-dlist-doc,
  libghc-mtl-doc,
  libghc-text-doc,
@@ -34,13 +37,18 @@ X-Description: warm and fuzzy creation of XML documents
 
 Package: libghc-xml-conduit-writer-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -48,12 +56,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 
 Package: libghc-xml-conduit-writer-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
+Provides:
+ ${haskell:Provides},
 Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
  ${haskell:LongDescription}
  .
@@ -62,11 +75,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
 Package: libghc-xml-conduit-writer-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Conflicts:
+ ${haskell:Conflicts},
 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