summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-02-02 13:31:51 +0000
committerAlberto Ruiz <aruiz@um.es>2010-02-02 13:31:51 +0000
commit25592aea904c4f29ea1c06210adb52dae99ba95c (patch)
treef1d79a56cbc16fa17b3567cf146a120f91ce63d5 /hmatrix.cabal
parent7e736bc767942e38f4c0cf4a4d8a324b17c0316d (diff)
added Numeric.LinearAlgebra.Util
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 4749640..49d7b05 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -71,7 +71,7 @@ library
71 Build-Depends: haskell98, 71 Build-Depends: haskell98,
72 QuickCheck, HUnit, 72 QuickCheck, HUnit,
73 storable-complex, 73 storable-complex,
74 process 74 process, random
75 75
76 Extensions: ForeignFunctionInterface, 76 Extensions: ForeignFunctionInterface,
77 CPP 77 CPP
@@ -127,8 +127,9 @@ library
127 Numeric.LinearAlgebra.Tests, 127 Numeric.LinearAlgebra.Tests,
128 Data.Packed.Convert, 128 Data.Packed.Convert,
129 Data.Packed.ST, 129 Data.Packed.ST,
130 Data.Packed.Development 130 Data.Packed.Development,
131 Data.Packed.Random 131 Data.Packed.Random,
132 Numeric.LinearAlgebra.Util
132 other-modules: Data.Packed.Internal, 133 other-modules: Data.Packed.Internal,
133 Data.Packed.Internal.Common, 134 Data.Packed.Internal.Common,
134 Data.Packed.Internal.Signatures, 135 Data.Packed.Internal.Signatures,