summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 674f69d..146cf1a 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -99,6 +99,7 @@ library
99 Numeric.LinearAlgebra.LAPACK, 99 Numeric.LinearAlgebra.LAPACK,
100 Numeric.LinearAlgebra.Interface, 100 Numeric.LinearAlgebra.Interface,
101 Numeric.LinearAlgebra.Linear, 101 Numeric.LinearAlgebra.Linear,
102 Numeric.LinearAlgebra.Instances,
102 Numeric.LinearAlgebra.Algorithms, 103 Numeric.LinearAlgebra.Algorithms,
103 Graphics.Plot, 104 Graphics.Plot,
104 -- Data.Packed.Convert, 105 -- Data.Packed.Convert,
@@ -110,7 +111,6 @@ library
110 Data.Packed.Internal.Signatures, 111 Data.Packed.Internal.Signatures,
111 Data.Packed.Internal.Vector, 112 Data.Packed.Internal.Vector,
112 Data.Packed.Internal.Matrix, 113 Data.Packed.Internal.Matrix,
113 Numeric.LinearAlgebra.Instances,
114 Numeric.GSL.Internal 114 Numeric.GSL.Internal
115 115
116 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c, 116 C-sources: lib/Numeric/LinearAlgebra/LAPACK/lapack-aux.c,