[DHG_packages] 05/05: hxt-tagsoup: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 16:14:13 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 c3223fb563041902f6215b2c258d0007017f68e0
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 12:12:31 2016 -0400

    hxt-tagsoup: build with ghc 8 in experimental
---
 p/haskell-hxt-tagsoup/debian/changelog |  6 ++++
 p/haskell-hxt-tagsoup/debian/control   | 61 +++++++++++++++++++++-------------
 2 files changed, 44 insertions(+), 23 deletions(-)

diff --git a/p/haskell-hxt-tagsoup/debian/changelog b/p/haskell-hxt-tagsoup/debian/changelog
index 1daab34..c997074 100644
--- a/p/haskell-hxt-tagsoup/debian/changelog
+++ b/p/haskell-hxt-tagsoup/debian/changelog
@@ -1,3 +1,9 @@
+haskell-hxt-tagsoup (9.1.4-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 12:12:22 -0400
+
 haskell-hxt-tagsoup (9.1.4-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-hxt-tagsoup/debian/control b/p/haskell-hxt-tagsoup/debian/control
index 53069ca..4722f6d 100644
--- a/p/haskell-hxt-tagsoup/debian/control
+++ b/p/haskell-hxt-tagsoup/debian/control
@@ -1,24 +1,27 @@
 Source: haskell-hxt-tagsoup
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: TANIGUCHI Takaki <takaki at debian.org>
+Uploaders:
+ TANIGUCHI Takaki <takaki 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-hxt-dev (>= 9.1),
- libghc-hxt-prof,
+ haskell-devscripts (>= 0.10),
  libghc-hxt-charproperties-dev (>= 9),
  libghc-hxt-charproperties-prof,
+ libghc-hxt-dev (>= 9.1),
+ libghc-hxt-prof,
  libghc-hxt-unicode-dev (>= 9),
  libghc-hxt-unicode-prof,
  libghc-tagsoup-dev (>= 0.13),
  libghc-tagsoup-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-hxt-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-hxt-charproperties-doc,
+ libghc-hxt-doc,
  libghc-hxt-unicode-doc,
  libghc-tagsoup-doc,
 Standards-Version: 3.9.8
@@ -28,12 +31,16 @@ Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
 
 Package: libghc-hxt-tagsoup-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: TagSoup parser for HXT${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .
@@ -43,12 +50,16 @@ Description: TagSoup parser for HXT${haskell:ShortBlurb}
 
 Package: libghc-hxt-tagsoup-prof
 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: TagSoup parser for HXT${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .
@@ -59,12 +70,16 @@ Description: TagSoup parser for HXT${haskell:ShortBlurb}
 Package: libghc-hxt-tagsoup-doc
 Architecture: all
 Section: doc
-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: TagSoup parser for HXT${haskell:ShortBlurb}
  This is a part of Haskell XML Toolbox.
  .

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