summaryrefslogtreecommitdiff
path: root/lib/GSL/Integration.hs
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-09-11 17:34:24 +0000
committerAlberto Ruiz <aruiz@um.es>2007-09-11 17:34:24 +0000
commitcd937c2be2900b8f13506d9ae7c731ad43d74e05 (patch)
tree8a4161c6510aac58b3ab85041145fb19ea6c5615 /lib/GSL/Integration.hs
parent834b4837799611fd7fbaa9609ea587e041cb0ca1 (diff)
allow setting off GSL default error handler
Diffstat (limited to 'lib/GSL/Integration.hs')
-rw-r--r--lib/GSL/Integration.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/GSL/Integration.hs b/lib/GSL/Integration.hs
index dd76be8..4152c9d 100644
--- a/lib/GSL/Integration.hs
+++ b/lib/GSL/Integration.hs
@@ -21,7 +21,7 @@ module GSL.Integration (
21) where 21) where
22 22
23import Foreign 23import Foreign
24import Data.Packed.Internal.Common(mkfun,check,(//)) 24import Data.Packed.Internal(mkfun,check,(//))
25 25
26 26
27-------------------------------------------------------------------- 27--------------------------------------------------------------------