summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-09-06 09:59:08 +0000
committerVivian McPhail <haskell.vivian.mcphail@gmail.com>2010-09-06 09:59:08 +0000
commit9004922ad91c0b4ad8498c31171a3a1a1e27d9f2 (patch)
treec6d4759e584b7933029e405a73974e173046ddcc /hmatrix.cabal
parent29099e3bfb4eec87ac3d4d675d7cfc82234c20d6 (diff)
Merged changes with conversion-linear
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 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