From 551cf7498c33bc0948bb4cb8444ae6f8af7278ea Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 8 May 2014 13:43:07 +0200 Subject: separation ok --- packages/hmatrix/src/Numeric/GSL.hs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'packages/hmatrix/src/Numeric/GSL.hs') 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 @@ {- | Module : Numeric.GSL -Copyright : (c) Alberto Ruiz 2006-7 -License : GPL-style +Copyright : (c) Alberto Ruiz 2006-14 +License : GPL -Maintainer : Alberto Ruiz (aruiz at um dot es) +Maintainer : Alberto Ruiz Stability : provisional -Portability : uses -fffi and -fglasgow-exts This module reexports all available GSL functions. @@ -41,3 +40,4 @@ import Data.Complex -- | This action removes the GSL default error handler (which aborts the program), so that -- GSL errors can be handled by Haskell (using Control.Exception) and ghci doesn't abort. foreign import ccall unsafe "GSL/gsl-aux.h no_abort_on_error" setErrorHandlerOff :: IO () + -- cgit v1.2.3