diff options
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 |