summaryrefslogtreecommitdiff
path: root/packages/hmatrix/src/Numeric/GSL.hs
diff options
context:
space:
mode:
Diffstat (limited to 'packages/hmatrix/src/Numeric/GSL.hs')
-rw-r--r--packages/hmatrix/src/Numeric/GSL.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/hmatrix/src/Numeric/GSL.hs b/packages/hmatrix/src/Numeric/GSL.hs
index 5f39a3e..61b8d7b 100644
--- a/packages/hmatrix/src/Numeric/GSL.hs
+++ b/packages/hmatrix/src/Numeric/GSL.hs
@@ -1,12 +1,11 @@
1{- | 1{- |
2 2
3Module : Numeric.GSL 3Module : Numeric.GSL
4Copyright : (c) Alberto Ruiz 2006-7 4Copyright : (c) Alberto Ruiz 2006-14
5License : GPL-style 5License : GPL
6 6
7Maintainer : Alberto Ruiz (aruiz at um dot es) 7Maintainer : Alberto Ruiz
8Stability : provisional 8Stability : provisional
9Portability : uses -fffi and -fglasgow-exts
10 9
11This module reexports all available GSL functions. 10This module reexports all available GSL functions.
12 11
@@ -41,3 +40,4 @@ import Data.Complex
41-- | This action removes the GSL default error handler (which aborts the program), so that 40-- | This action removes the GSL default error handler (which aborts the program), so that
42-- GSL errors can be handled by Haskell (using Control.Exception) and ghci doesn't abort. 41-- GSL errors can be handled by Haskell (using Control.Exception) and ghci doesn't abort.
43foreign import ccall unsafe "GSL/gsl-aux.h no_abort_on_error" setErrorHandlerOff :: IO () 42foreign import ccall unsafe "GSL/gsl-aux.h no_abort_on_error" setErrorHandlerOff :: IO ()
43