summaryrefslogtreecommitdiff
path: root/lib/GSL/Integration.hs
diff options
context:
space:
mode:
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--------------------------------------------------------------------