[DHG_packages] 01/01: diagrams-solve: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 17:39:43 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 07375bdd762477139fc5cf1f7273e16e98736c88
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 13:38:37 2016 -0400

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

diff --git a/p/haskell-diagrams-solve/debian/changelog b/p/haskell-diagrams-solve/debian/changelog
index 954abb9..b100776 100644
--- a/p/haskell-diagrams-solve/debian/changelog
+++ b/p/haskell-diagrams-solve/debian/changelog
@@ -1,8 +1,8 @@
-haskell-diagrams-solve (0.1.0.1-2) UNRELEASED; urgency=medium
+haskell-diagrams-solve (0.1.0.1-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 13:38:21 -0400
 
 haskell-diagrams-solve (0.1.0.1-1) unstable; urgency=medium
 
diff --git a/p/haskell-diagrams-solve/debian/control b/p/haskell-diagrams-solve/debian/control
index 7070bbb..98a04e7 100644
--- a/p/haskell-diagrams-solve/debian/control
+++ b/p/haskell-diagrams-solve/debian/control
@@ -6,14 +6,14 @@ 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://projects.haskell.org/diagrams
-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-diagrams-solve
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Pure Haskell solver routines used by diagrams
+X-Description: pure Haskell solver routines used by diagrams
  Pure Haskell solver routines used by the diagrams project.  Currently includes
  finding real roots of low-degree (n < 5) polynomials, and solving tridiagonal
  and cyclic tridiagonal linear systems.

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