summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 15:58:09 -0400
committerClint Adams <clint@debian.org>2016-10-17 15:58:09 -0400
commite62edfc2f382fee424e54daf3e29be3e388c4879 (patch)
tree75f75f07aa9b9fcb9b86ea1bbf9d33bf8e1b0de5
parent136473f9095d26d61e28bbf4b141b9639853788d (diff)
downloadDHG_packages-e62edfc2f382fee424e54daf3e29be3e388c4879.tar.gz
pandoc-types: build with ghc 8 in experimental
-rw-r--r--p/haskell-pandoc-types/debian/changelog6
-rw-r--r--p/haskell-pandoc-types/debian/control53
2 files changed, 40 insertions, 19 deletions
diff --git a/p/haskell-pandoc-types/debian/changelog b/p/haskell-pandoc-types/debian/changelog
index 86f095225..da5294fcf 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@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 e2cce18da..77503f0b2 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@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-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