summaryrefslogtreecommitdiff
path: root/lib/GSL/Special.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GSL/Special.hs')
-rw-r--r--lib/GSL/Special.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/GSL/Special.hs b/lib/GSL/Special.hs
index bdee1b2..fa002b9 100644
--- a/lib/GSL/Special.hs
+++ b/lib/GSL/Special.hs
@@ -41,7 +41,6 @@ module GSL.Special (
41, module GSL.Special.Synchrotron 41, module GSL.Special.Synchrotron
42, module GSL.Special.Trig 42, module GSL.Special.Trig
43, module GSL.Special.Zeta 43, module GSL.Special.Zeta
44, setErrorHandlerOff
45) 44)
46where 45where
47 46
@@ -73,8 +72,3 @@ import GSL.Special.Psi
73import GSL.Special.Synchrotron 72import GSL.Special.Synchrotron
74import GSL.Special.Trig 73import GSL.Special.Trig
75import GSL.Special.Zeta 74import GSL.Special.Zeta
76
77
78-- | This action removes the GSL default error handler which aborts the program, so that
79-- GSL errors can be handled by Haskell (using Control.Exception) and ghci doesn't abort.
80foreign import ccall "gsl-aux.h no_abort_on_error" setErrorHandlerOff :: IO ()