[DHG_packages] 02/03: lazysmallcheck: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Fri Oct 14 03:37:29 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 ef2a78ced3db4c520883079e4df36809efa64805
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 23:35:43 2016 -0400
lazysmallcheck: build with ghc 8 in experimental
---
p/haskell-lazysmallcheck/debian/changelog | 8 +++---
p/haskell-lazysmallcheck/debian/control | 41 ++++++++++++++-----------------
2 files changed, 23 insertions(+), 26 deletions(-)
diff --git a/p/haskell-lazysmallcheck/debian/changelog b/p/haskell-lazysmallcheck/debian/changelog
index aca7564..28bbb31 100644
--- a/p/haskell-lazysmallcheck/debian/changelog
+++ b/p/haskell-lazysmallcheck/debian/changelog
@@ -1,13 +1,13 @@
-haskell-lazysmallcheck (0.6-8) UNRELEASED; urgency=medium
+haskell-lazysmallcheck (0.6-8) experimental; urgency=medium
[ Dmitry Bogatov ]
* Use secure (https) uri in Vcs-Git field in 'debian/control'
* Bump standards version to 3.9.8 (no changes needed)
- [ Gianfranco Costamagna ]
- * Fix VCS fields
+ [ Clint Adams ]
+ * Temporarily build-depend on ghc 8.
- -- Dmitry Bogatov <KAction at gnu.org> Tue, 10 May 2016 09:35:41 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 23:35:27 -0400
haskell-lazysmallcheck (0.6-7) unstable; urgency=medium
diff --git a/p/haskell-lazysmallcheck/debian/control b/p/haskell-lazysmallcheck/debian/control
index 3a134ba..0ea4dcc 100644
--- a/p/haskell-lazysmallcheck/debian/control
+++ b/p/haskell-lazysmallcheck/debian/control
@@ -3,12 +3,13 @@ Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.or
Uploaders: Joachim Breitner <nomeata 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,
-Build-Depends-Indep: ghc-doc,
+ haskell-devscripts (>= 0.10),
+Build-Depends-Indep: ghc-doc
Standards-Version: 3.9.8
Homepage: http://www.cs.york.ac.uk/~mfn/lazysmallcheck/
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/
@@ -24,13 +25,11 @@ X-Description: A library for demand-driven testing of Haskell programs
Package: libghc-lazysmallcheck-dev
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
- ${shlibs:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -38,12 +37,11 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lazysmallcheck-prof
Architecture: any
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
-Provides: ${haskell:Provides},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
+Provides: ${haskell:Provides}
Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
${haskell:LongDescription}
.
@@ -52,11 +50,10 @@ Description: ${haskell:ShortDescription}${haskell:ShortBlurb}
Package: libghc-lazysmallcheck-doc
Architecture: all
Section: doc
-Depends: ${haskell:Depends},
- ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Conflicts: ${haskell:Conflicts},
+Depends: ${haskell:Depends}, ${misc:Depends}
+Recommends: ${haskell:Recommends}
+Suggests: ${haskell:Suggests}
+Conflicts: ${haskell:Conflicts}
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