[DHG_packages] 01/02: generic-trie: build with ghc 8 in experimental
Clint Adams
clint at moszumanska.debian.org
Thu Oct 13 20:45:27 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 b605ff24450caacaf234f8e25523e541b3e35253
Author: Clint Adams <clint at debian.org>
Date: Thu Oct 13 16:42:09 2016 -0400
generic-trie: build with ghc 8 in experimental
---
p/haskell-generic-trie/debian/changelog | 6 +++---
p/haskell-generic-trie/debian/control | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/p/haskell-generic-trie/debian/changelog b/p/haskell-generic-trie/debian/changelog
index 2fec693..2c80aa0 100644
--- a/p/haskell-generic-trie/debian/changelog
+++ b/p/haskell-generic-trie/debian/changelog
@@ -1,8 +1,8 @@
-haskell-generic-trie (0.3.0.2-2) UNRELEASED; urgency=medium
+haskell-generic-trie (0.3.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:31 +0200
+ -- Clint Adams <clint at debian.org> Thu, 13 Oct 2016 16:42:04 -0400
haskell-generic-trie (0.3.0.2-1) unstable; urgency=low
diff --git a/p/haskell-generic-trie/debian/control b/p/haskell-generic-trie/debian/control
index 55038ff..a4c559e 100644
--- a/p/haskell-generic-trie/debian/control
+++ b/p/haskell-generic-trie/debian/control
@@ -6,14 +6,14 @@ Section: haskell
Build-Depends: debhelper (>= 9),
haskell-devscripts (>= 0.9),
cdbs,
- ghc,
+ ghc (>= 8),
ghc-prof,
Build-Depends-Indep: ghc-doc,
-Standards-Version: 3.9.6
+Standards-Version: 3.9.8
Homepage: http://github.com/glguy/tries
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-generic-trie
Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: A map, where the keys may be complex structured data.
+X-Description: a map, where the keys may be complex structured data
This type implements maps where the keys are themselves complex structured
data. For example, the keys may be the abstract syntax trees for a
programming language. The map is implemented as a trie, so common parts of
--
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