diff options
Diffstat (limited to 'lib/Numeric/GSL/ODE.hs')
-rw-r--r-- | lib/Numeric/GSL/ODE.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Numeric/GSL/ODE.hs b/lib/Numeric/GSL/ODE.hs index 912e8a8..ea064d6 100644 --- a/lib/Numeric/GSL/ODE.hs +++ b/lib/Numeric/GSL/ODE.hs | |||
@@ -33,10 +33,12 @@ module Numeric.GSL.ODE ( | |||
33 | ) where | 33 | ) where |
34 | 34 | ||
35 | import Data.Packed.Internal | 35 | import Data.Packed.Internal |
36 | import Foreign | ||
37 | import Foreign.C.Types(CInt) | ||
38 | import Numeric.GSL.Internal | 36 | import Numeric.GSL.Internal |
39 | 37 | ||
38 | import Foreign.Ptr(FunPtr, nullFunPtr, freeHaskellFunPtr) | ||
39 | import Foreign.C.Types(CInt) | ||
40 | import System.IO.Unsafe(unsafePerformIO) | ||
41 | |||
40 | ------------------------------------------------------------------------- | 42 | ------------------------------------------------------------------------- |
41 | 43 | ||
42 | -- | Stepping functions | 44 | -- | Stepping functions |