diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-06-08 09:45:14 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-06-08 09:45:14 +0000 |
commit | d9efdd9334da1a63f739d6e2e68c4ff78f52e505 (patch) | |
tree | 4c4c4c798fd1e67ec4565a441e1357d5b75f37da /hmatrix.cabal | |
parent | 34de6154086224a0e9f774bd8a2ab804d78e8a10 (diff) |
auxiliary functions moved to Numeric.GSL.Internal
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 7645d79..e75c654 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -31,6 +31,7 @@ extra-source-files: examples/tests.hs | |||
31 | examples/data.txt | 31 | examples/data.txt |
32 | examples/lie.hs | 32 | examples/lie.hs |
33 | examples/kalman.hs | 33 | examples/kalman.hs |
34 | examples/parallel.hs | ||
34 | examples/plot.hs | 35 | examples/plot.hs |
35 | examples/latexmat.hs | 36 | examples/latexmat.hs |
36 | examples/inplace.hs | 37 | examples/inplace.hs |
@@ -64,7 +65,7 @@ flag unsafe | |||
64 | 65 | ||
65 | library | 66 | library |
66 | if flag(splitBase) | 67 | if flag(splitBase) |
67 | build-depends: base >= 3, array, QuickCheck, HUnit, storable-complex, process | 68 | build-depends: base >= 3 && < 5, array, QuickCheck, HUnit, storable-complex, process |
68 | else | 69 | else |
69 | build-depends: base < 3, QuickCheck, HUnit, storable-complex, process | 70 | build-depends: base < 3, QuickCheck, HUnit, storable-complex, process |
70 | 71 | ||
@@ -126,6 +127,7 @@ library | |||
126 | Data.Packed.Internal.Common, | 127 | Data.Packed.Internal.Common, |
127 | Data.Packed.Internal.Vector, | 128 | Data.Packed.Internal.Vector, |
128 | Data.Packed.Internal.Matrix, | 129 | Data.Packed.Internal.Matrix, |
130 | Numeric.GSL.Internal, | ||
129 | Numeric.GSL.Special.Internal, | 131 | Numeric.GSL.Special.Internal, |
130 | Numeric.LinearAlgebra.Tests.Instances, | 132 | Numeric.LinearAlgebra.Tests.Instances, |
131 | Numeric.LinearAlgebra.Tests.Properties | 133 | Numeric.LinearAlgebra.Tests.Properties |