summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal12
1 files changed, 6 insertions, 6 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index f39b862..c2ee18a 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -5,15 +5,15 @@ License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
6Maintainer: Alberto Ruiz <aruiz@um.es> 6Maintainer: Alberto Ruiz <aruiz@um.es>
7Stability: provisional 7Stability: provisional
8Homepage: http://alberrto.googlepages.com/gslhaskell 8Homepage: http://www.hmatrix.googlepages.com
9Synopsis: Linear algebra and numerical computations 9Synopsis: Linear algebra and numerical computations
10Description: A purely functional interface to basic linear algebra computations 10Description: A purely functional interface to basic linear algebra computations
11 and other numerical routines, internally implemented using 11 and other numerical routines, internally implemented using
12 GSL, BLAS and LAPACK. 12 GSL, BLAS and LAPACK.
13 . 13 .
14 More information: <http://alberrto.googlepages.com/gslhaskell> 14 More information: <http://www.hmatrix.googlepages.com>
15Category: Numerical, Math 15Category: Numerical, Math
16tested-with: GHC ==6.8.2 16tested-with: GHC ==6.8.3
17 17
18cabal-version: >=1.2 18cabal-version: >=1.2
19build-type: Simple 19build-type: Simple
@@ -47,13 +47,12 @@ library
47 Exposed-modules: Data.Packed, 47 Exposed-modules: Data.Packed,
48 Data.Packed.Vector, 48 Data.Packed.Vector,
49 Data.Packed.Matrix, 49 Data.Packed.Matrix,
50 Numeric.GSL.Vector,
51 Numeric.GSL.Matrix,
52 Numeric.GSL.Differentiation, 50 Numeric.GSL.Differentiation,
53 Numeric.GSL.Integration, 51 Numeric.GSL.Integration,
54 Numeric.GSL.Fourier, 52 Numeric.GSL.Fourier,
55 Numeric.GSL.Polynomials, 53 Numeric.GSL.Polynomials,
56 Numeric.GSL.Minimization, 54 Numeric.GSL.Minimization,
55 Numeric.GSL.Vector,
57 Numeric.GSL.Special, 56 Numeric.GSL.Special,
58 Numeric.GSL.Special.Gamma, 57 Numeric.GSL.Special.Gamma,
59 Numeric.GSL.Special.Erf, 58 Numeric.GSL.Special.Erf,
@@ -97,7 +96,8 @@ library
97 Data.Packed.Internal.Vector, 96 Data.Packed.Internal.Vector,
98 Data.Packed.Internal.Matrix, 97 Data.Packed.Internal.Matrix,
99 Numeric.GSL.Special.Internal, 98 Numeric.GSL.Special.Internal,
100 Numeric.LinearAlgebra.Tests.Instances 99 Numeric.GSL.Matrix,
100 Numeric.LinearAlgebra.Tests.Instances,
101 Numeric.LinearAlgebra.Tests.Properties 101 Numeric.LinearAlgebra.Tests.Properties
102 C-sources: lib/Data/Packed/Internal/auxi.c, 102 C-sources: lib/Data/Packed/Internal/auxi.c,
103 lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 103 lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,