[DHG_packages] 01/01: distributive: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 15:21:33 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 9595a6afad17aabea16c4c97208f8200329c6280
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 11:20:18 2016 -0400
distributive: build with ghc 8 in experimental
---
p/haskell-distributive/debian/changelog | 6 +++---
p/haskell-distributive/debian/control | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/p/haskell-distributive/debian/changelog b/p/haskell-distributive/debian/changelog
index 0b9a279..61e6dd0 100644
--- a/p/haskell-distributive/debian/changelog
+++ b/p/haskell-distributive/debian/changelog
@@ -1,8 +1,8 @@
-haskell-distributive (0.5.0.2-2) UNRELEASED; urgency=medium
+haskell-distributive (0.5.0.2-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:26 +0200
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 11:20:10 -0400
haskell-distributive (0.5.0.2-1) unstable; urgency=medium
diff --git a/p/haskell-distributive/debian/control b/p/haskell-distributive/debian/control
index 15a6963..22b4726 100644
--- a/p/haskell-distributive/debian/control
+++ b/p/haskell-distributive/debian/control
@@ -6,7 +6,7 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
libghc-base-orphans-dev (>= 0.5),
libghc-base-orphans-dev (<< 1),
@@ -20,9 +20,9 @@ Build-Depends-Indep: ghc-doc,
libghc-tagged-doc,
Standards-Version: 3.9.8
Homepage: http://github.com/ekmett/distributive/
-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-distributive
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Distributive functors
+X-Description: distributive functors
This package provides a type class for distributive functors. These are the
dual to traversable functors.
--
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