[DHG_packages] 02/03: hierarchical-clustering: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Fri Oct 14 00:20:07 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 56730201c52b8d75e87a04c5842329cc0e77982d
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 20:16:02 2016 -0400

    hierarchical-clustering: build with ghc 8 in experimental
---
 p/haskell-hierarchical-clustering/debian/changelog | 8 ++++----
 p/haskell-hierarchical-clustering/debian/control   | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/p/haskell-hierarchical-clustering/debian/changelog b/p/haskell-hierarchical-clustering/debian/changelog
index 46e05c0..006c946 100644
--- a/p/haskell-hierarchical-clustering/debian/changelog
+++ b/p/haskell-hierarchical-clustering/debian/changelog
@@ -1,13 +1,13 @@
-haskell-hierarchical-clustering (0.4.6-2) UNRELEASED; urgency=medium
+haskell-hierarchical-clustering (0.4.6-2) 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:26 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 20:15:47 -0400
 
 haskell-hierarchical-clustering (0.4.6-1) unstable; urgency=low
 
diff --git a/p/haskell-hierarchical-clustering/debian/control b/p/haskell-hierarchical-clustering/debian/control
index 19dd0c5..75bc3cb 100644
--- a/p/haskell-hierarchical-clustering/debian/control
+++ b/p/haskell-hierarchical-clustering/debian/control
@@ -6,14 +6,14 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8.0),
  ghc-prof,
 Build-Depends-Indep: ghc-doc,
 Standards-Version: 3.9.8
 Homepage: http://hackage.haskell.org/package/hierarchical-clustering
-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-hierarchical-clustering
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Fast algorithms for single, average/UPGMA and complete linkage clustering.
+X-Description: fast algorithms for single, average/UPGMA and complete linkage clustering
  This package provides a function to create a dendrogram from a
  list of items and a distance function between them.  Initially
  a singleton cluster is created for each item, and then new,

-- 
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