diff options
Diffstat (limited to 'hssl.cabal')
-rw-r--r-- | hssl.cabal | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5,12 +5,13 @@ License-file: LICENSE | |||
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
6 | Maintainer: Alberto Ruiz <aruiz@um.es> | 6 | Maintainer: Alberto Ruiz <aruiz@um.es> |
7 | Stability: provisional | 7 | Stability: provisional |
8 | Homepage: http://dis.um.es/~alberto/GSLHaskell | 8 | Homepage: http://alberrto.googlepages.com/gslhaskell |
9 | Synopsis: Simple Scientific Library | 9 | Synopsis: Simple Scientific Library |
10 | Description: A high level functional interface to some linear algebra computations | 10 | Description: A purely functional interface to basic linear algebra computations |
11 | and other numerical routines, internally implemented using GSL, BLAS and LAPACK. | 11 | and other numerical routines, internally implemented using |
12 | GSL, BLAS and LAPACK. | ||
12 | . | 13 | . |
13 | More information: <http://dis.um.es/~alberto/GSLHaskell> | 14 | More information: <http://alberrto.googlepages.com/gslhaskell> |
14 | Category: Numerical, Math | 15 | Category: Numerical, Math |
15 | tested-with: GHC ==6.6.1 | 16 | tested-with: GHC ==6.6.1 |
16 | Build-Depends: base, haskell98 | 17 | Build-Depends: base, haskell98 |