diff options
Diffstat (limited to 'lib/Numeric/GSL')
-rw-r--r-- | lib/Numeric/GSL/Fourier.hs | 2 | ||||
-rw-r--r-- | lib/Numeric/GSL/Polynomials.hs | 2 | ||||
-rw-r--r-- | lib/Numeric/GSL/Vector.hs | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/Numeric/GSL/Fourier.hs b/lib/Numeric/GSL/Fourier.hs index 17439f1..84943a0 100644 --- a/lib/Numeric/GSL/Fourier.hs +++ b/lib/Numeric/GSL/Fourier.hs | |||
@@ -21,7 +21,7 @@ module Numeric.GSL.Fourier ( | |||
21 | ) where | 21 | ) where |
22 | 22 | ||
23 | import Data.Packed.Internal | 23 | import Data.Packed.Internal |
24 | import Complex | 24 | import Data.Complex |
25 | import Foreign | 25 | import Foreign |
26 | import Foreign.C.Types(CInt) | 26 | import Foreign.C.Types(CInt) |
27 | 27 | ||
diff --git a/lib/Numeric/GSL/Polynomials.hs b/lib/Numeric/GSL/Polynomials.hs index 3e0cf81..0804c91 100644 --- a/lib/Numeric/GSL/Polynomials.hs +++ b/lib/Numeric/GSL/Polynomials.hs | |||
@@ -20,7 +20,7 @@ module Numeric.GSL.Polynomials ( | |||
20 | ) where | 20 | ) where |
21 | 21 | ||
22 | import Data.Packed.Internal | 22 | import Data.Packed.Internal |
23 | import Complex | 23 | import Data.Complex |
24 | import Foreign | 24 | import Foreign |
25 | 25 | ||
26 | {- | Solution of general polynomial equations, using /gsl_poly_complex_solve/. For example, | 26 | {- | Solution of general polynomial equations, using /gsl_poly_complex_solve/. For example, |
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 | ||