[Pkg-haskell-commits] darcs: haskell-hmatrix: Update (build-) dependencies and description

Denis Laxalde denis at laxalde.org
Thu Jun 26 18:58:56 UTC 2014


Sat Jun 21 12:55:18 UTC 2014  Denis Laxalde <denis at laxalde.org>
  * Update (build-) dependencies and description

    M ./changelog +3
    M ./control -18 +16

Sat Jun 21 12:55:18 UTC 2014  Denis Laxalde <denis at laxalde.org>
  * Update (build-) dependencies and description
diff -rN -u old-haskell-hmatrix/changelog new-haskell-hmatrix/changelog
--- old-haskell-hmatrix/changelog	2014-06-26 18:58:56.731870308 +0000
+++ new-haskell-hmatrix/changelog	2014-06-26 18:58:56.739870299 +0000
@@ -6,6 +6,9 @@
   [ Denis Laxalde ]
   * New upstream release.
   * Update copyright to BSD-3 license, reflecting upstream changes.
+  * Adjust dependencies and build dependencies: add BLAS and remove GSL no
+    longer needed as respective functionalities have been moved to a separate
+    package (hmatrix-gsl) upstream.
 
  -- Denis Laxalde <denis at laxalde.org>  Sat, 21 Jun 2014 14:10:34 +0200
 
diff -rN -u old-haskell-hmatrix/control new-haskell-hmatrix/control
--- old-haskell-hmatrix/control	2014-06-26 18:58:56.731870308 +0000
+++ new-haskell-hmatrix/control	2014-06-26 18:58:56.739870299 +0000
@@ -8,15 +8,18 @@
   , haskell-devscripts (>= 0.8.15)
   , ghc
   , ghc-prof
-  , libghc-storable-complex-dev
-  , libghc-storable-complex-prof
   , libghc-random-dev
   , libghc-random-prof
+  , libghc-split-dev
+  , libghc-split-prof
+  , libghc-storable-complex-dev
+  , libghc-storable-complex-prof
   , libghc-vector-dev (>= 0.8)
   , libghc-vector-prof
-  , libgsl0-dev
+  , libblas-dev
   , liblapack-dev
 Build-Depends-Indep: ghc-doc
+  , libghc-split-doc
   , libghc-random-doc
   , libghc-vector-doc
 Standards-Version: 3.9.4
@@ -29,19 +32,14 @@
 Depends: ${haskell:Depends}
   , ${shlibs:Depends}
   , ${misc:Depends}
-  , libgsl0-dev
+  , libblas-dev
   , liblapack-dev
 Recommends: ${haskell:Recommends}
-  , gnuplot
-  , imagemagick
-  , texlive-latex-base
-  , texlive-extra-utils
-  , texlive-font-utils
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Linear algebra and numerical computation in Haskell${haskell:ShortBlurb}
- Purely functional interface to basic linear algebra and other numerical
- computations, internally implemented using GSL, BLAS and LAPACK.
+Description: Linear algebra in Haskell${haskell:ShortBlurb}
+ Purely functional interface to linear algebra base on BLAS
+ and LAPACK.
  .
  ${haskell:Blurb}
 
@@ -52,9 +50,9 @@
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
 Provides: ${haskell:Provides}
-Description: Linear algebra and numerical computation in Haskell${haskell:ShortBlurb}
- Purely functional interface to basic linear algebra and other numerical
- computations, internally implemented using GSL, BLAS and LAPACK.
+Description: Linear algebra in Haskell${haskell:ShortBlurb}
+ Purely functional interface to linear algebra base on BLAS
+ and LAPACK.
  .
  ${haskell:Blurb}
 
@@ -64,8 +62,8 @@
 Depends: ${misc:Depends}, ${haskell:Depends}
 Recommends: ${haskell:Recommends}
 Suggests: ${haskell:Suggests}
-Description: Linear algebra and numerical computation in Haskell${haskell:ShortBlurb}
- Purely functional interface to basic linear algebra and other numerical
- computations, internally implemented using GSL, BLAS and LAPACK.
+Description: Linear algebra in Haskell${haskell:ShortBlurb}
+ Purely functional interface to linear algebra base on BLAS
+ and LAPACK.
  .
  ${haskell:Blurb}




More information about the Pkg-haskell-commits mailing list