diff options
Diffstat (limited to 'lib/GSL/Vector.hs')
-rw-r--r-- | lib/GSL/Vector.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/GSL/Vector.hs b/lib/GSL/Vector.hs index a074254..0b3c3a9 100644 --- a/lib/GSL/Vector.hs +++ b/lib/GSL/Vector.hs | |||
@@ -21,7 +21,9 @@ module GSL.Vector ( | |||
21 | scale, addConstant, add, sub, mul, | 21 | scale, addConstant, add, sub, mul, |
22 | ) where | 22 | ) where |
23 | 23 | ||
24 | import Data.Packed.Internal | 24 | import Data.Packed.Internal.Common |
25 | import Data.Packed.Internal.Vector | ||
26 | |||
25 | import Complex | 27 | import Complex |
26 | import Foreign | 28 | import Foreign |
27 | 29 | ||