[DHG_packages] 01/06: pandoc-types: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Mon Oct 17 20:03:11 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 e62edfc2f382fee424e54daf3e29be3e388c4879
Author: Clint Adams <clint at debian.org>
Date: Mon Oct 17 15:58:09 2016 -0400
pandoc-types: build with ghc 8 in experimental
---
p/haskell-pandoc-types/debian/changelog | 6 ++++
p/haskell-pandoc-types/debian/control | 53 +++++++++++++++++++++------------
2 files changed, 40 insertions(+), 19 deletions(-)
diff --git a/p/haskell-pandoc-types/debian/changelog b/p/haskell-pandoc-types/debian/changelog
index 86f0952..da5294f 100644
--- a/p/haskell-pandoc-types/debian/changelog
+++ b/p/haskell-pandoc-types/debian/changelog
@@ -1,3 +1,9 @@
+haskell-pandoc-types (1.16.1.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Mon, 17 Oct 2016 15:58:04 -0400
+
haskell-pandoc-types (1.16.1.1-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-pandoc-types/debian/control b/p/haskell-pandoc-types/debian/control
index e2cce18..77503f0 100644
--- a/p/haskell-pandoc-types/debian/control
+++ b/p/haskell-pandoc-types/debian/control
@@ -1,35 +1,43 @@
Source: haskell-pandoc-types
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-aeson-dev (>= 0.6.2),
+ haskell-devscripts (>= 0.10),
libghc-aeson-dev (<< 1.1),
+ libghc-aeson-dev (>= 0.6.2),
libghc-aeson-prof,
- libghc-syb-dev (>= 0.1),
libghc-syb-dev (<< 0.7),
+ libghc-syb-dev (>= 0.1),
libghc-syb-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-aeson-doc,
libghc-syb-doc,
Standards-Version: 3.9.8
Homepage: http://johnmacfarlane.net/pandoc
-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-pandoc-types
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
Package: libghc-pandoc-types-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: Haskell data types to represent structured documents${haskell:ShortBlurb}
This package ships the data types used by package Pandoc to internally
represent structured documents. They've been split off from the main
@@ -40,11 +48,15 @@ Description: Haskell data types to represent structured documents${haskell:Short
Package: libghc-pandoc-types-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: Haskell data types to represent structured documents${haskell:ShortBlurb}
This package ships the data types used by package Pandoc to internally
represent structured documents. They've been split off from the main
@@ -56,10 +68,13 @@ Description: Haskell data types to represent structured documents${haskell:Short
Package: libghc-pandoc-types-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: Haskell data types to represent structured documents${haskell:ShortBlurb}
This package ships the data types used by package Pandoc to internally
represent structured documents. They've been split off from the main
--
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