summaryrefslogtreecommitdiff
path: root/packages/hmatrix/src/Numeric/Container.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/hmatrix/src/Numeric/Container.hs')
-rw-r--r--packages/hmatrix/src/Numeric/Container.hs2
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
67import Data.Packed hiding (stepD, stepF, condD, condF, conjugateC, conjugateQ) 67import Data.Packed hiding (stepD, stepF, condD, condF, conjugateC, conjugateQ)
68import Numeric.ContainerBoot 68import Data.Packed.Numeric
69import Numeric.Chain 69import Numeric.Chain
70import Numeric.IO 70import Numeric.IO
71import Data.Complex 71import Data.Complex