diff options
Diffstat (limited to 'lib/Numeric/GSL.hs')
-rw-r--r-- | lib/Numeric/GSL.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Numeric/GSL.hs b/lib/Numeric/GSL.hs index 1485e05..5442586 100644 --- a/lib/Numeric/GSL.hs +++ b/lib/Numeric/GSL.hs | |||
@@ -20,7 +20,7 @@ module Numeric.GSL ( | |||
20 | , module Numeric.GSL.Minimization | 20 | , module Numeric.GSL.Minimization |
21 | , module Numeric.GSL.Root | 21 | , module Numeric.GSL.Root |
22 | , module Numeric.GSL.ODE | 22 | , module Numeric.GSL.ODE |
23 | , module Complex | 23 | , module Data.Complex |
24 | , setErrorHandlerOff | 24 | , setErrorHandlerOff |
25 | ) where | 25 | ) where |
26 | 26 | ||
@@ -31,7 +31,7 @@ import Numeric.GSL.Polynomials | |||
31 | import Numeric.GSL.Minimization | 31 | import Numeric.GSL.Minimization |
32 | import Numeric.GSL.Root | 32 | import Numeric.GSL.Root |
33 | import Numeric.GSL.ODE | 33 | import Numeric.GSL.ODE |
34 | import Complex | 34 | import Data.Complex |
35 | 35 | ||
36 | 36 | ||
37 | -- | This action removes the GSL default error handler (which aborts the program), so that | 37 | -- | This action removes the GSL default error handler (which aborts the program), so that |