[DHG_packages] 04/05: blaze-html: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 18:33:22 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 424cffbb527a567491bc23c64c2a5893f0e7151c
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 14:31:41 2016 -0400

    blaze-html: build with ghc 8 in experimental
---
 p/haskell-blaze-html/debian/changelog |  6 +++
 p/haskell-blaze-html/debian/control   | 69 +++++++++++++++++++++--------------
 2 files changed, 48 insertions(+), 27 deletions(-)

diff --git a/p/haskell-blaze-html/debian/changelog b/p/haskell-blaze-html/debian/changelog
index 41a414a..cd8ef60 100644
--- a/p/haskell-blaze-html/debian/changelog
+++ b/p/haskell-blaze-html/debian/changelog
@@ -1,3 +1,9 @@
+haskell-blaze-html (0.8.1.2-2) experimental; urgency=medium
+
+  * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 14:31:37 -0400
+
 haskell-blaze-html (0.8.1.2-1) unstable; urgency=medium
 
   [ Dmitry Bogatov ]
diff --git a/p/haskell-blaze-html/debian/control b/p/haskell-blaze-html/debian/control
index 1514918..7fddaaf 100644
--- a/p/haskell-blaze-html/debian/control
+++ b/p/haskell-blaze-html/debian/control
@@ -1,49 +1,57 @@
 Source: haskell-blaze-html
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio at debian.org>, Clint Adams <clint at debian.org>
+Uploaders:
+ Giovanni Mascellani <gio at debian.org>,
+ 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-blaze-builder-dev (>= 0.3),
+ haskell-devscripts (>= 0.10),
  libghc-blaze-builder-dev (<< 0.5),
+ libghc-blaze-builder-dev (>= 0.3),
  libghc-blaze-builder-prof,
- libghc-blaze-markup-dev (>= 0.7),
  libghc-blaze-markup-dev (<< 0.8),
+ libghc-blaze-markup-dev (>= 0.7),
  libghc-blaze-markup-prof,
- libghc-text-dev (>= 0.10),
- libghc-text-dev (<< 1.3),
- libghc-text-prof,
- libghc-hunit-dev (>= 1.2),
  libghc-hunit-dev (<< 1.4),
- libghc-quickcheck2-dev (>= 2.4),
+ libghc-hunit-dev (>= 1.2),
  libghc-quickcheck2-dev (<< 2.10),
- libghc-test-framework-dev (>= 0.4),
+ libghc-quickcheck2-dev (>= 2.4),
  libghc-test-framework-dev (<< 0.9),
- libghc-test-framework-hunit-dev (>= 0.3),
+ libghc-test-framework-dev (>= 0.4),
  libghc-test-framework-hunit-dev (<< 0.4),
- libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-test-framework-hunit-dev (>= 0.3),
  libghc-test-framework-quickcheck2-dev (<< 0.4),
-Build-Depends-Indep: ghc-doc,
+ libghc-test-framework-quickcheck2-dev (>= 0.3),
+ libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 0.10),
+ libghc-text-prof,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-blaze-builder-doc,
  libghc-blaze-markup-doc,
  libghc-text-doc,
 Standards-Version: 3.9.8
 Homepage: http://jaspervdj.be/blaze
-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-blaze-html
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-blaze-html-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the
@@ -54,11 +62,15 @@ Description: HTML combinator library for Haskell${haskell:ShortBlurb}
 
 Package: libghc-blaze-html-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: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the
@@ -70,10 +82,13 @@ Description: HTML combinator library for Haskell${haskell:ShortBlurb}
 Package: libghc-blaze-html-doc
 Architecture: all
 Section: doc
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: HTML combinator library for Haskell${haskell:ShortBlurb}
  With this Haskell library you can easily produce HTML code without
  having to explicitly write tags and attributes, but just combining the

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