diff options
author | gwern0 <gwern0@gmail.com> | 2010-03-09 01:34:19 +0000 |
---|---|---|
committer | gwern0 <gwern0@gmail.com> | 2010-03-09 01:34:19 +0000 |
commit | b8607cdba6df67691d800a3726a52c858a63876c (patch) | |
tree | 504aa61aa6eb365cc4b2b5e95a271a4750196c0a /lib/Numeric/GSL/Vector.hs | |
parent | 283f3033f86fabde2290bb28a59e7d87fd0754f5 (diff) |
change haskell98 imports
Diffstat (limited to 'lib/Numeric/GSL/Vector.hs')
-rw-r--r-- | lib/Numeric/GSL/Vector.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL/Vector.hs b/lib/Numeric/GSL/Vector.hs index 2b21de2..28c3b06 100644 --- a/lib/Numeric/GSL/Vector.hs +++ b/lib/Numeric/GSL/Vector.hs | |||
@@ -25,7 +25,7 @@ import Data.Packed.Internal.Common | |||
25 | import Data.Packed.Internal.Signatures | 25 | import Data.Packed.Internal.Signatures |
26 | import Data.Packed.Internal.Vector | 26 | import Data.Packed.Internal.Vector |
27 | 27 | ||
28 | import Complex | 28 | import Data.Complex |
29 | import Foreign | 29 | import Foreign |
30 | import Foreign.C.Types(CInt) | 30 | import Foreign.C.Types(CInt) |
31 | 31 | ||