diff options
Diffstat (limited to 'packages/hmatrix/src/Numeric/Random.hs')
-rw-r--r-- | packages/hmatrix/src/Numeric/Random.hs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/hmatrix/src/Numeric/Random.hs b/packages/hmatrix/src/Numeric/Random.hs index 7bf9e8b..0e722fd 100644 --- a/packages/hmatrix/src/Numeric/Random.hs +++ b/packages/hmatrix/src/Numeric/Random.hs | |||
@@ -21,8 +21,7 @@ module Numeric.Random ( | |||
21 | ) where | 21 | ) where |
22 | 22 | ||
23 | import Numeric.GSL.Vector | 23 | import Numeric.GSL.Vector |
24 | import Data.Packed | 24 | import Numeric.Container |
25 | import Data.Packed.Numeric | ||
26 | import Numeric.LinearAlgebra.Algorithms | 25 | import Numeric.LinearAlgebra.Algorithms |
27 | import System.Random(randomIO) | 26 | import System.Random(randomIO) |
28 | 27 | ||