summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL.hs
diff options
context:
space:
mode:
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