[DHG_packages] 04/05: lucid: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 00:08:00 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 cbbf45b446c92180077a741d747bad8f7afb6881
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 20:06:26 2016 -0400
lucid: build with ghc 8 in experimental
---
p/haskell-lucid/debian/changelog | 6 ++++
p/haskell-lucid/debian/control | 61 +++++++++++++++++++++++++---------------
2 files changed, 45 insertions(+), 22 deletions(-)
diff --git a/p/haskell-lucid/debian/changelog b/p/haskell-lucid/debian/changelog
index bbc13e6..cad3a21 100644
--- a/p/haskell-lucid/debian/changelog
+++ b/p/haskell-lucid/debian/changelog
@@ -1,3 +1,9 @@
+haskell-lucid (2.9.6-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 20:06:21 -0400
+
haskell-lucid (2.9.6-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-lucid/debian/control b/p/haskell-lucid/debian/control
index 33135bd..29a8ddc 100644
--- a/p/haskell-lucid/debian/control
+++ b/p/haskell-lucid/debian/control
@@ -1,13 +1,15 @@
Source: haskell-lucid
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Joachim Breitner <nomeata at debian.org>
+Uploaders:
+ Joachim Breitner <nomeata 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,
+ haskell-devscripts (>= 0.10),
libghc-blaze-builder-dev,
libghc-blaze-builder-prof,
libghc-hashable-dev,
@@ -20,7 +22,8 @@ Build-Depends: debhelper (>= 9),
libghc-text-prof,
libghc-unordered-containers-dev,
libghc-unordered-containers-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-blaze-builder-doc,
libghc-hashable-doc,
libghc-mmorph-doc,
@@ -29,21 +32,26 @@ Build-Depends-Indep: ghc-doc,
libghc-unordered-containers-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/chrisdone/lucid
-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-lucid
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Clear to write, read and edit DSL for HTML
- This package provides a lear to write, read and edit DSL for HTML. See the
+X-Description: clear to write, read, and edit DSL for HTML
+ This package provides a lear to write, read, and edit DSL for HTML. See the
'Lucid' module for description and documentation.
Package: libghc-lucid-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}
.
@@ -51,12 +59,17 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lucid-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}
.
@@ -65,11 +78,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lucid-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