summaryrefslogtreecommitdiff
path: root/p/haskell-blaze-html
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-16 14:31:41 -0400
committerClint Adams <clint@debian.org>2016-10-16 14:31:41 -0400
commit424cffbb527a567491bc23c64c2a5893f0e7151c (patch)
treec068b6778f037adff0bca19b9ee1a6ae4d152bd4 /p/haskell-blaze-html
parent316e240453a5087f729511b6adbb7bf76c70adeb (diff)
downloadDHG_packages-424cffbb527a567491bc23c64c2a5893f0e7151c.tar.gz
blaze-html: build with ghc 8 in experimental
Diffstat (limited to 'p/haskell-blaze-html')
-rw-r--r--p/haskell-blaze-html/debian/changelog6
-rw-r--r--p/haskell-blaze-html/debian/control69
2 files changed, 48 insertions, 27 deletions
diff --git a/p/haskell-blaze-html/debian/changelog b/p/haskell-blaze-html/debian/changelog
index 41a414a95..cd8ef604f 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@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 1514918f8..7fddaaf55 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@lists.alioth.debian.org>
-Uploaders: Giovanni Mascellani <gio@debian.org>, Clint Adams <clint@debian.org>
+Uploaders:
+ Giovanni Mascellani <gio@debian.org>,
+ Clint Adams <clint@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