[DHG_packages] 06/06: polyparse: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Sat Oct 15 06:42:13 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 ae230db70a53216694fb34324bdace50a971ff7c
Author: Clint Adams <clint at debian.org>
Date: Sat Oct 15 02:41:30 2016 -0400
polyparse: build with ghc 8 in experimental
---
p/haskell-polyparse/debian/changelog | 6 +++---
p/haskell-polyparse/debian/control | 38 ++++++++++++++++--------------------
2 files changed, 20 insertions(+), 24 deletions(-)
diff --git a/p/haskell-polyparse/debian/changelog b/p/haskell-polyparse/debian/changelog
index 9d9373a..56288c4 100644
--- a/p/haskell-polyparse/debian/changelog
+++ b/p/haskell-polyparse/debian/changelog
@@ -1,8 +1,8 @@
-haskell-polyparse (1.12-2) UNRELEASED; urgency=medium
+haskell-polyparse (1.12-2) experimental; urgency=medium
- * Fix VCS fields
+ * Temporarily build-depend on ghc 8.
- -- Gianfranco Costamagna <locutusofborg at debian.org> Thu, 02 Jun 2016 19:12:55 +0200
+ -- Clint Adams <clint at debian.org> Sat, 15 Oct 2016 02:41:20 -0400
haskell-polyparse (1.12-1) unstable; urgency=medium
diff --git a/p/haskell-polyparse/debian/control b/p/haskell-polyparse/debian/control
index 5688507..89801d3 100644
--- a/p/haskell-polyparse/debian/control
+++ b/p/haskell-polyparse/debian/control
@@ -3,18 +3,18 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Erik de Castro Lopo <erikd at mega-nerd.com>
Priority: optional
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-text-dev,
libghc-text-prof,
-Build-Depends-Indep: ghc-doc,
- libghc-text-doc,
+Build-Depends-Indep: ghc-doc, libghc-text-doc
Standards-Version: 3.9.8
Homepage: http://code.haskell.org/~malcolm/polyparse/
-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-polyparse
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: alternative parser combinator libraries for Haskell
Alternative parser combinator libraries, including the original
@@ -25,12 +25,10 @@ X-Description: alternative parser combinator libraries for Haskell
Package: libghc-polyparse-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}
.
@@ -38,11 +36,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-polyparse-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}
.
@@ -51,10 +48,9 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-polyparse-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