summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 4d3beb6..0ef5cd7 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.14.0.1 2Version: 0.14.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -112,6 +112,7 @@ library
112 Numeric.LinearAlgebra.LAPACK, 112 Numeric.LinearAlgebra.LAPACK,
113 Numeric.LinearAlgebra.Algorithms, 113 Numeric.LinearAlgebra.Algorithms,
114 Numeric.LinearAlgebra.Util, 114 Numeric.LinearAlgebra.Util,
115 Numeric.LinearAlgebra.Util.Convolution,
115 Graphics.Plot, 116 Graphics.Plot,
116 Data.Packed.ST, 117 Data.Packed.ST,
117 Data.Packed.Development 118 Data.Packed.Development