diff options
author | Alberto Ruiz <aruiz@um.es> | 2009-12-22 09:04:12 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2009-12-22 09:04:12 +0000 |
commit | 107478b2288b0904159599be94089230c7cd3edf (patch) | |
tree | 14834baa61a038efe0e81ed00d45071ba47f2789 /lib/Numeric/GSL.hs | |
parent | ed8f45f7316569bfeacdd2848017d93c5cfdd261 (diff) |
fix ghc-6.12 warnings
Diffstat (limited to 'lib/Numeric/GSL.hs')
-rw-r--r-- | lib/Numeric/GSL.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Numeric/GSL.hs b/lib/Numeric/GSL.hs index 2e90fff..cc5d156 100644 --- a/lib/Numeric/GSL.hs +++ b/lib/Numeric/GSL.hs | |||
@@ -32,7 +32,6 @@ import Numeric.GSL.Polynomials | |||
32 | import Numeric.GSL.Minimization | 32 | import Numeric.GSL.Minimization |
33 | import Numeric.GSL.Root | 33 | import Numeric.GSL.Root |
34 | import Complex | 34 | import Complex |
35 | import Numeric.GSL.Special | ||
36 | 35 | ||
37 | 36 | ||
38 | -- | 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 |