diff options
author | Alberto Ruiz <aruiz@um.es> | 2007-11-25 18:01:52 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2007-11-25 18:01:52 +0000 |
commit | a4c7d19bae75c93e3831e6cf8ae65b4bfd735b94 (patch) | |
tree | 57ae3f2cd4c629e9151325d919866864d097b8e7 /lib/Numeric | |
parent | 30fdf02aff2ac1c4da2bb9292fc08cc8330580d0 (diff) |
minor changes in hssl.cabal
Diffstat (limited to 'lib/Numeric')
-rw-r--r-- | lib/Numeric/GSL.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Numeric/GSL.hs b/lib/Numeric/GSL.hs index 784dfbc..32962ef 100644 --- a/lib/Numeric/GSL.hs +++ b/lib/Numeric/GSL.hs | |||
@@ -8,7 +8,7 @@ Maintainer : Alberto Ruiz (aruiz at um dot es) | |||
8 | Stability : provisional | 8 | Stability : provisional |
9 | Portability : uses -fffi and -fglasgow-exts | 9 | Portability : uses -fffi and -fglasgow-exts |
10 | 10 | ||
11 | This module reexports all the available GSL functions (except those in "LinearAlgebra"). | 11 | This module reexports all the available GSL functions (except those in "Numeric.LinearAlgebra"). |
12 | 12 | ||
13 | -} | 13 | -} |
14 | 14 | ||