summaryrefslogtreecommitdiff
path: root/packages/hmatrix/src/Numeric/GSL.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-05-08 13:43:07 +0200
committerAlberto Ruiz <aruiz@um.es>2014-05-08 13:43:07 +0200
commit551cf7498c33bc0948bb4cb8444ae6f8af7278ea (patch)
treeec86ff73151746f5e13b83549ea5c60ed442764d /packages/hmatrix/src/Numeric/GSL.hs
parent561a6c0e21bb77c21114ccbbd86d3af5ddb5a3f1 (diff)
separation ok
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