[DHG_packages] 06/06: incremental-parser: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sun Oct 16 23:59:17 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 ae86b5b7e42b71fee1abee3de37739fd75fb667b
Author: Clint Adams <clint at debian.org>
Date: Sun Oct 16 19:57:50 2016 -0400
incremental-parser: build with ghc 8 in experimental
---
p/haskell-incremental-parser/debian/changelog | 6 ++++
p/haskell-incremental-parser/debian/control | 50 +++++++++++++++++----------
2 files changed, 38 insertions(+), 18 deletions(-)
diff --git a/p/haskell-incremental-parser/debian/changelog b/p/haskell-incremental-parser/debian/changelog
index ec669a1..2c7e556 100644
--- a/p/haskell-incremental-parser/debian/changelog
+++ b/p/haskell-incremental-parser/debian/changelog
@@ -1,3 +1,9 @@
+haskell-incremental-parser (0.2.5-2) experimental; urgency=medium
+
+ * Temporarily build-depend on ghc 8.
+
+ -- Clint Adams <clint at debian.org> Sun, 16 Oct 2016 19:57:21 -0400
+
haskell-incremental-parser (0.2.5-1) unstable; urgency=medium
[ Dmitry Bogatov ]
diff --git a/p/haskell-incremental-parser/debian/control b/p/haskell-incremental-parser/debian/control
index 3bcb0f6..6ce65a9 100644
--- a/p/haskell-incremental-parser/debian/control
+++ b/p/haskell-incremental-parser/debian/control
@@ -1,20 +1,23 @@
Source: haskell-incremental-parser
Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Clint Adams <clint at debian.org>
+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,
+ haskell-devscripts (>= 0.10),
libghc-monoid-subclasses-dev (<< 0.5),
libghc-monoid-subclasses-prof,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
libghc-monoid-subclasses-doc,
Standards-Version: 3.9.8
Homepage: http://patch-tag.com/r/blamario/incremental-parser/wiki/
-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-incremental-parser
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: generic incremental parsers
Incremental parsers can provide partial results from partial input.
@@ -28,12 +31,16 @@ X-Description: generic incremental parsers
Package: libghc-incremental-parser-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}
.
@@ -41,11 +48,15 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-incremental-parser-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}
.
@@ -54,10 +65,13 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-incremental-parser-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}
.
--
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