summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2016-10-14 15:01:15 -0400
committerClint Adams <clint@debian.org>2016-10-14 15:01:15 -0400
commit9fea5d377c6b4d4e569d0e19beca285eada310e1 (patch)
tree4b7420b34bf23e036bf3753bd7a40c9b8063182a
parent9136ab4119450f67d4ee01350c19500c80f3f34d (diff)
downloadDHG_packages-9fea5d377c6b4d4e569d0e19beca285eada310e1.tar.gz
cmark: build with ghc 8 in experimental
-rw-r--r--p/haskell-cmark/debian/changelog6
-rw-r--r--p/haskell-cmark/debian/control46
2 files changed, 27 insertions, 25 deletions
diff --git a/p/haskell-cmark/debian/changelog b/p/haskell-cmark/debian/changelog
index f1e5d8fbf..5e4f0864e 100644
--- a/p/haskell-cmark/debian/changelog
+++ b/p/haskell-cmark/debian/changelog
@@ -1,3 +1,9 @@
+haskell-cmark (0.5.3.1-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint@debian.org> Fri, 14 Oct 2016 15:01:04 -0400
+
haskell-cmark (0.5.3.1-1) unstable; urgency=medium
* New upstream release
diff --git a/p/haskell-cmark/debian/control b/p/haskell-cmark/debian/control
index d51eb90c3..a024dda02 100644
--- a/p/haskell-cmark/debian/control
+++ b/p/haskell-cmark/debian/control
@@ -3,22 +3,22 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers@lists.alioth.debian.or
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,
- libghc-text-dev (>= 1.0),
- libghc-text-dev (<< 1.3),
- libghc-text-prof,
- libghc-hunit-dev (>= 1.2),
+ haskell-devscripts (>= 0.10),
libghc-hunit-dev (<< 1.4),
+ libghc-hunit-dev (>= 1.2),
libghc-text-dev,
-Build-Depends-Indep: ghc-doc,
- libghc-text-doc,
+ libghc-text-dev (<< 1.3),
+ libghc-text-dev (>= 1.0),
+ libghc-text-prof,
+Build-Depends-Indep: ghc-doc, libghc-text-doc
Standards-Version: 3.9.8
Homepage: https://github.com/jgm/commonmark-hs
-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-cmark
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: fast, accurate CommonMark (Markdown) parser and renderer
This package provides Haskell bindings for libcmark, the reference
@@ -26,12 +26,10 @@ X-Description: fast, accurate CommonMark (Markdown) parser and renderer
Package: libghc-cmark-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -39,11 +37,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-cmark-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -52,10 +49,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-cmark-doc
Architecture: all
Section: doc
-Depends: ${misc:Depends},
- ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.