summaryrefslogtreecommitdiff
path: root/lib/GSL/Special/Hyperg.hs
diff options
context:
space:
mode:
Diffstat (limited to 'lib/GSL/Special/Hyperg.hs')
-rw-r--r--lib/GSL/Special/Hyperg.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/GSL/Special/Hyperg.hs b/lib/GSL/Special/Hyperg.hs
index c84c32c..afe60e6 100644
--- a/lib/GSL/Special/Hyperg.hs
+++ b/lib/GSL/Special/Hyperg.hs
@@ -7,7 +7,9 @@ Maintainer : Alberto Ruiz (aruiz at um dot es)
7Stability : provisional 7Stability : provisional
8Portability : uses ffi 8Portability : uses ffi
9 9
10Wrappers for selected functions described at:
10 11
12<http://www.gnu.org/software/gsl/manual/html_node/Hypergeometric-Functions.html>
11 13
12-} 14-}
13------------------------------------------------------------ 15------------------------------------------------------------