diff options
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 7 |
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, |