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