[DHG_packages] 04/05: groups: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 20:56:04 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 d83eb1a0e6ee6dce83d9068b6927d3718b855125
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 16:51:51 2016 -0400
groups: build with ghc 8 in experimental
---
p/haskell-groups/debian/changelog | 8 ++++----
p/haskell-groups/debian/control | 4 ++--
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/p/haskell-groups/debian/changelog b/p/haskell-groups/debian/changelog
index 4b0bece..0c34a0c 100644
--- a/p/haskell-groups/debian/changelog
+++ b/p/haskell-groups/debian/changelog
@@ -1,13 +1,13 @@
-haskell-groups (0.4.0.0-6) UNRELEASED; urgency=medium
+haskell-groups (0.4.0.0-6) 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:22 +0300
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 16:51:46 -0400
haskell-groups (0.4.0.0-5) unstable; urgency=medium
diff --git a/p/haskell-groups/debian/control b/p/haskell-groups/debian/control
index 2f15e12..a70b144 100644
--- a/p/haskell-groups/debian/control
+++ b/p/haskell-groups/debian/control
@@ -6,12 +6,12 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.10),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
Build-Depends-Indep: ghc-doc,
Standards-Version: 3.9.8
Homepage: http://hackage.haskell.org/package/groups
-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-groups
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
X-Description: Haskell 98 groups
A group is a monoid with invertibility.
--
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