summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 89a7ccd..9a0235f 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.1.1.0 2Version: 0.1.1.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -48,7 +48,6 @@ library
48 Numeric.GSL.Polynomials, 48 Numeric.GSL.Polynomials,
49 Numeric.GSL.Minimization, 49 Numeric.GSL.Minimization,
50 Numeric.GSL.Special, 50 Numeric.GSL.Special,
51 Numeric.GSL.Special.Internal,
52 Numeric.GSL.Special.Gamma, 51 Numeric.GSL.Special.Gamma,
53 Numeric.GSL.Special.Erf, 52 Numeric.GSL.Special.Erf,
54 Numeric.GSL.Special.Airy, 53 Numeric.GSL.Special.Airy,
@@ -86,7 +85,8 @@ library
86 other-modules: Data.Packed.Internal, 85 other-modules: Data.Packed.Internal,
87 Data.Packed.Internal.Common, 86 Data.Packed.Internal.Common,
88 Data.Packed.Internal.Vector, 87 Data.Packed.Internal.Vector,
89 Data.Packed.Internal.Matrix 88 Data.Packed.Internal.Matrix,
89 Numeric.GSL.Special.Internal
90 C-sources: lib/Data/Packed/Internal/auxi.c, 90 C-sources: lib/Data/Packed/Internal/auxi.c,
91 lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 91 lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,
92 lib/Numeric/GSL/gsl-aux.c 92 lib/Numeric/GSL/gsl-aux.c