[DHG_packages] 02/02: vector-algorithms: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Thu Oct 13 23:35:44 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 ca11cc7532fd70154babde16091e24cfc183f969
Author: Clint Adams <clint at debian.org>
Date:   Thu Oct 13 19:34:16 2016 -0400

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

diff --git a/p/haskell-vector-algorithms/debian/changelog b/p/haskell-vector-algorithms/debian/changelog
index ca3b950..1ad3217 100644
--- a/p/haskell-vector-algorithms/debian/changelog
+++ b/p/haskell-vector-algorithms/debian/changelog
@@ -1,13 +1,13 @@
-haskell-vector-algorithms (0.7.0.1-4) UNRELEASED; urgency=medium
+haskell-vector-algorithms (0.7.0.1-4) 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:36:27 +0300
+ -- Clint Adams <clint at debian.org>  Thu, 13 Oct 2016 19:34:05 -0400
 
 haskell-vector-algorithms (0.7.0.1-3) unstable; urgency=medium
 
diff --git a/p/haskell-vector-algorithms/debian/control b/p/haskell-vector-algorithms/debian/control
index 0801ab2..07d6658 100644
--- a/p/haskell-vector-algorithms/debian/control
+++ b/p/haskell-vector-algorithms/debian/control
@@ -6,7 +6,7 @@ Section: haskell
 Build-Depends: debhelper (>= 9),
  haskell-devscripts (>= 0.10),
  cdbs,
- ghc,
+ ghc (>= 8.0),
  ghc-prof,
  libghc-primitive-dev (>= 0.3),
  libghc-primitive-dev (<< 0.7),
@@ -23,9 +23,9 @@ Build-Depends-Indep: ghc-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: http://code.haskell.org/~dolio/
-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-vector-algorithms
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
-X-Description: Efficient algorithms for vector arrays
+X-Description: efficient algorithms for vector arrays
  This package provides efficient algorithms for Haskell vector arrays.
 
 Package: libghc-vector-algorithms-dev

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