[DHG_packages] 03/05: blaze-markup: 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 316e240453a5087f729511b6adbb7bf76c70adeb
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 14:30:51 2016 -0400
blaze-markup: build with ghc 8 in experimental
---
p/haskell-blaze-markup/debian/changelog | 6 +++
p/haskell-blaze-markup/debian/control | 66 ++++++++++++++++++++-------------
2 files changed, 46 insertions(+), 26 deletions(-)
diff --git a/p/haskell-blaze-markup/debian/changelog b/p/haskell-blaze-markup/debian/changelog
index 68a8801..e181292 100644
--- a/p/haskell-blaze-markup/debian/changelog
+++ b/p/haskell-blaze-markup/debian/changelog
@@ -1,3 +1,9 @@
+haskell-blaze-markup (0.7.1.0-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 14:30:32 -0400
+
haskell-blaze-markup (0.7.1.0-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-blaze-markup/debian/control b/p/haskell-blaze-markup/debian/control
index df37d87..0298651 100644
--- a/p/haskell-blaze-markup/debian/control
+++ b/p/haskell-blaze-markup/debian/control
@@ -1,45 +1,52 @@
Source: haskell-blaze-markup
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,
- 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-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-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-markup
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-blaze-markup-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: blazingly-fast markup combinator library${haskell:ShortBlurb}
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
@@ -49,11 +56,15 @@ Description: blazingly-fast markup combinator library${haskell:ShortBlurb}
Package: libghc-blaze-markup-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: blazingly-fast markup combinator library${haskell:ShortBlurb}
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
@@ -64,10 +75,13 @@ Description: blazingly-fast markup combinator library${haskell:ShortBlurb}
Package: libghc-blaze-markup-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: blazingly-fast markup combinator library${haskell:ShortBlurb}
Core modules of a blazingly fast markup combinator library for the
Haskell programming language. The Text.Blaze module is a good starting
--
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