[DHG_packages] 02/03: cmark: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 19:04:10 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 9fea5d377c6b4d4e569d0e19beca285eada310e1
Author: Clint Adams <clint at debian.org>
Date:   Fri Oct 14 15:01:15 2016 -0400

    cmark: build with ghc 8 in experimental
---
 p/haskell-cmark/debian/changelog |  6 ++++++
 p/haskell-cmark/debian/control   | 46 ++++++++++++++++++----------------------
 2 files changed, 27 insertions(+), 25 deletions(-)

diff --git a/p/haskell-cmark/debian/changelog b/p/haskell-cmark/debian/changelog
index f1e5d8f..5e4f086 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 at 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 d51eb90..a024dda 100644
--- a/p/haskell-cmark/debian/control
+++ b/p/haskell-cmark/debian/control
@@ -3,22 +3,22 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
 Uploaders: 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-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}
  .

-- 
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