summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-22 09:04:12 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-22 09:04:12 +0000
commit107478b2288b0904159599be94089230c7cd3edf (patch)
tree14834baa61a038efe0e81ed00d45071ba47f2789 /lib/Numeric/GSL.hs
parented8f45f7316569bfeacdd2848017d93c5cfdd261 (diff)
fix ghc-6.12 warnings
Diffstat (limited to 'lib/Numeric/GSL.hs')
-rw-r--r--lib/Numeric/GSL.hs1
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
32import Numeric.GSL.Minimization 32import Numeric.GSL.Minimization
33import Numeric.GSL.Root 33import Numeric.GSL.Root
34import Complex 34import Complex
35import 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