diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-11-14 12:57:52 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-11-14 12:57:52 +0000 |
commit | dc39c11d2d2e75428e6394cf8542c8c3ff2cd887 (patch) | |
tree | 24c5bac27258b5752691316e4d6736a5e0c1d2e5 /hmatrix.cabal | |
parent | 6bdf5355a26da547b775f29926c131d539e86e7c (diff) |
added module Random.hs
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r-- | hmatrix.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal index 4cd4402..bed36cf 100644 --- a/hmatrix.cabal +++ b/hmatrix.cabal | |||
@@ -129,6 +129,7 @@ library | |||
129 | Data.Packed.Convert, | 129 | Data.Packed.Convert, |
130 | Data.Packed.ST, | 130 | Data.Packed.ST, |
131 | Data.Packed.Development | 131 | Data.Packed.Development |
132 | Data.Packed.Random | ||
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, |