diff options
Diffstat (limited to 'lib/Numeric/GSL/Root.hs')
-rw-r--r-- | lib/Numeric/GSL/Root.hs | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/Numeric/GSL/Root.hs b/lib/Numeric/GSL/Root.hs index ddb090d..784bbd4 100644 --- a/lib/Numeric/GSL/Root.hs +++ b/lib/Numeric/GSL/Root.hs | |||
@@ -51,10 +51,12 @@ module Numeric.GSL.Root ( | |||
51 | 51 | ||
52 | import Data.Packed.Internal | 52 | import Data.Packed.Internal |
53 | import Data.Packed.Matrix | 53 | import Data.Packed.Matrix |
54 | import Foreign | ||
55 | import Foreign.C.Types(CInt) | ||
56 | import Numeric.GSL.Internal | 54 | import Numeric.GSL.Internal |
57 | 55 | ||
56 | import Foreign.Ptr(FunPtr, freeHaskellFunPtr) | ||
57 | import Foreign.C.Types(CInt) | ||
58 | import System.IO.Unsafe(unsafePerformIO) | ||
59 | |||
58 | ------------------------------------------------------------------------- | 60 | ------------------------------------------------------------------------- |
59 | 61 | ||
60 | data RootMethod = Hybrids | 62 | data RootMethod = Hybrids |