summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-17 17:09:37 -0400
committerClint Adams <clint@debian.org>2016-10-17 17:09:37 -0400
commit4cf4622b55382233c8574abd525a922af777f035 (patch)
treef25a8bef3341a459547b8f7bec9b03fe674020ce
parentd1f03c89984ce35c0861b1b6575ea157d6bc3372 (diff)
downloadDHG_packages-4cf4622b55382233c8574abd525a922af777f035.tar.gz
markdown: build with ghc 8 in experimental
-rw-r--r--p/haskell-markdown/debian/changelog6
-rw-r--r--p/haskell-markdown/debian/control60
2 files changed, 40 insertions, 26 deletions
diff --git a/p/haskell-markdown/debian/changelog b/p/haskell-markdown/debian/changelog
index 2b71ddf7a..a3e60d8ed 100644
--- a/p/haskell-markdown/debian/changelog
+++ b/p/haskell-markdown/debian/changelog
@@ -1,8 +1,8 @@
-haskell-markdown (0.1.14-2) UNRELEASED; urgency=medium
+haskell-markdown (0.1.14-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 02 Jun 2016 19:12:46 +0200
+ -- Clint Adams <clint@debian.org> Mon, 17 Oct 2016 17:09:34 -0400
haskell-markdown (0.1.14-1) unstable; urgency=medium
diff --git a/p/haskell-markdown/debian/control b/p/haskell-markdown/debian/control
index 3ba336c25..ac1d912a8 100644
--- a/p/haskell-markdown/debian/control
+++ b/p/haskell-markdown/debian/control
@@ -1,25 +1,31 @@
Source: haskell-markdown
Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.org>
-Uploaders: Clint Adams <clint@debian.org>
+Uploaders:
+ 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,
+ haskell-devscripts (>= 0.10),
libghc-attoparsec-dev (>= 0.10),
libghc-attoparsec-prof,
+ libghc-blaze-html-dev,
libghc-blaze-html-dev (>= 0.4),
libghc-blaze-html-prof,
libghc-blaze-markup-dev (>= 0.6),
libghc-blaze-markup-prof,
+ libghc-conduit-dev,
libghc-conduit-dev (>= 1.1),
- libghc-conduit-prof,
+ libghc-conduit-extra-dev,
libghc-conduit-extra-dev (>= 1.1),
libghc-conduit-extra-prof,
+ libghc-conduit-prof,
libghc-data-default-dev (>= 0.3),
libghc-data-default-prof,
+ libghc-hspec-dev (>= 1.3),
libghc-text-dev,
libghc-text-prof,
libghc-xml-conduit-dev,
@@ -28,11 +34,8 @@ Build-Depends: debhelper (>= 9),
libghc-xml-types-prof,
libghc-xss-sanitize-dev (>= 0.3.3),
libghc-xss-sanitize-prof,
- libghc-blaze-html-dev,
- libghc-conduit-dev,
- libghc-conduit-extra-dev,
- libghc-hspec-dev (>= 1.3),
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-attoparsec-doc,
libghc-blaze-html-doc,
libghc-blaze-markup-doc,
@@ -45,7 +48,7 @@ Build-Depends-Indep: ghc-doc,
libghc-xss-sanitize-doc,
Standards-Version: 3.9.8
Homepage: https://github.com/snoyberg/markdown
-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-markdown
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: convert Markdown to HTML, with XSS protection
This library leverages existing high-performance libraries
@@ -55,12 +58,16 @@ X-Description: convert Markdown to HTML, with XSS protection
Package: libghc-markdown-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
+Depends:
+ ${haskell:Depends},
${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -68,11 +75,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-markdown-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:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -81,10 +92,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-markdown-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
+Depends:
${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.