[DHG_packages] 04/08: hmatrix: build with ghc 8 in experimental

Clint Adams clint at moszumanska.debian.org
Sun Oct 16 20:15:12 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 61e56a70ac21abace460fdfcee04d24826e64453
Author: Clint Adams <clint at debian.org>
Date:   Sun Oct 16 16:10:12 2016 -0400

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

diff --git a/p/haskell-hmatrix/debian/changelog b/p/haskell-hmatrix/debian/changelog
index 3baf37e..ddd7634 100644
--- a/p/haskell-hmatrix/debian/changelog
+++ b/p/haskell-hmatrix/debian/changelog
@@ -1,8 +1,8 @@
-haskell-hmatrix (0.17.0.2-2) UNRELEASED; urgency=medium
+haskell-hmatrix (0.17.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:36 +0200
+ -- Clint Adams <clint at debian.org>  Sun, 16 Oct 2016 16:09:59 -0400
 
 haskell-hmatrix (0.17.0.2-1) unstable; urgency=medium
 
diff --git a/p/haskell-hmatrix/debian/control b/p/haskell-hmatrix/debian/control
index 48af41c..ceb910d 100644
--- a/p/haskell-hmatrix/debian/control
+++ b/p/haskell-hmatrix/debian/control
@@ -1,13 +1,16 @@
 Source: haskell-hmatrix
 Maintainer: Debian Haskell Group <pkg-haskell-maintainers at lists.alioth.debian.org>
-Uploaders: Denis Laxalde <denis at laxalde.org>
+Uploaders:
+ Denis Laxalde <denis at laxalde.org>,
 Priority: extra
 Section: haskell
-Build-Depends: debhelper (>= 9),
- haskell-devscripts (>= 0.10),
+Build-Depends:
  cdbs,
- ghc,
+ debhelper (>= 9),
+ ghc (>= 8),
  ghc-prof,
+ haskell-devscripts (>= 0.10),
+ libblas-dev,
  libghc-random-dev,
  libghc-random-prof,
  libghc-split-dev,
@@ -16,28 +19,32 @@ Build-Depends: debhelper (>= 9),
  libghc-storable-complex-prof,
  libghc-vector-dev (>= 0.8),
  libghc-vector-prof,
- libblas-dev,
  liblapack-dev,
-Build-Depends-Indep: ghc-doc,
+Build-Depends-Indep:
+ ghc-doc,
  libghc-random-doc,
  libghc-split-doc,
  libghc-storable-complex-doc,
  libghc-vector-doc,
 Standards-Version: 3.9.8
 Homepage: https://github.com/albertoruiz/hmatrix
-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-hmatrix
 Vcs-Git: https://anonscm.debian.org/git/pkg-haskell/DHG_packages.git
 
 Package: libghc-hmatrix-dev
 Architecture: any
-Depends: ${haskell:Depends},
- ${shlibs:Depends},
- ${misc:Depends},
+Depends:
  libblas-dev,
  liblapack-dev,
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+ ${haskell:Depends},
+ ${misc:Depends},
+ ${shlibs:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Linear algebra in Haskell${haskell:ShortBlurb}
  Purely functional interface to linear algebra based on BLAS
  and LAPACK.
@@ -46,11 +53,15 @@ Description: Linear algebra in Haskell${haskell:ShortBlurb}
 
 Package: libghc-hmatrix-prof
 Architecture: any
-Depends: ${haskell:Depends},
+Depends:
+ ${haskell:Depends},
  ${misc:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
-Provides: ${haskell:Provides},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
+Provides:
+ ${haskell:Provides},
 Description: Linear algebra in Haskell${haskell:ShortBlurb}
  Purely functional interface to linear algebra based on BLAS
  and LAPACK.
@@ -60,10 +71,13 @@ Description: Linear algebra in Haskell${haskell:ShortBlurb}
 Package: libghc-hmatrix-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends},
+Depends:
  ${haskell:Depends},
-Recommends: ${haskell:Recommends},
-Suggests: ${haskell:Suggests},
+ ${misc:Depends},
+Recommends:
+ ${haskell:Recommends},
+Suggests:
+ ${haskell:Suggests},
 Description: Linear algebra in Haskell${haskell:ShortBlurb}
  Purely functional interface to linear algebra based on BLAS
  and LAPACK.

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