diff options
author | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-06 09:59:08 +0000 |
---|---|---|
committer | Vivian McPhail <haskell.vivian.mcphail@gmail.com> | 2010-09-06 09:59:08 +0000 |
commit | 9004922ad91c0b4ad8498c31171a3a1a1e27d9f2 (patch) | |
tree | c6d4759e584b7933029e405a73974e173046ddcc /hmatrix.cabal | |
parent | 29099e3bfb4eec87ac3d4d675d7cfc82234c20d6 (diff) |
Merged changes with conversion-linear
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 736c443..de7b1cb 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -123,7 +123,7 @@ library | |||
123 | cpp-options: -DVECTOR | 123 | cpp-options: -DVECTOR |
124 | 124 | ||
125 | if flag(tests) | 125 | if flag(tests) |
126 | Build-Depends: QuickCheck, HUnit | 126 | Build-Depends: QuickCheck, HUnit, random |
127 | exposed-modules: Numeric.LinearAlgebra.Tests | 127 | exposed-modules: Numeric.LinearAlgebra.Tests |
128 | other-modules: Numeric.LinearAlgebra.Tests.Instances, | 128 | other-modules: Numeric.LinearAlgebra.Tests.Instances, |
129 | Numeric.LinearAlgebra.Tests.Properties | 129 | Numeric.LinearAlgebra.Tests.Properties |