diff options
Diffstat (limited to 'packages/hmatrix/src/Numeric/Container.hs')
-rw-r--r-- | packages/hmatrix/src/Numeric/Container.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/hmatrix/src/Numeric/Container.hs b/packages/hmatrix/src/Numeric/Container.hs index be2347b..645a83f 100644 --- a/packages/hmatrix/src/Numeric/Container.hs +++ b/packages/hmatrix/src/Numeric/Container.hs | |||
@@ -65,7 +65,7 @@ module Numeric.Container ( | |||
65 | ) where | 65 | ) where |
66 | 66 | ||
67 | import Data.Packed hiding (stepD, stepF, condD, condF, conjugateC, conjugateQ) | 67 | import Data.Packed hiding (stepD, stepF, condD, condF, conjugateC, conjugateQ) |
68 | import Numeric.ContainerBoot | 68 | import Data.Packed.Numeric |
69 | import Numeric.Chain | 69 | import Numeric.Chain |
70 | import Numeric.IO | 70 | import Numeric.IO |
71 | import Data.Complex | 71 | import Data.Complex |