summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Numeric/GSL.hs')
-rw-r--r--lib/Numeric/GSL.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL.hs b/lib/Numeric/GSL.hs
index 4bc3940..784dfbc 100644
--- a/lib/Numeric/GSL.hs
+++ b/lib/Numeric/GSL.hs
@@ -8,7 +8,7 @@ Maintainer : Alberto Ruiz (aruiz at um dot es)
8Stability : provisional 8Stability : provisional
9Portability : uses -fffi and -fglasgow-exts 9Portability : uses -fffi and -fglasgow-exts
10 10
11This module reexports all the available Numeric.GSL functions (except those in "LinearAlgebra"). 11This module reexports all the available GSL functions (except those in "LinearAlgebra").
12 12
13-} 13-}
14 14