summaryrefslogtreecommitdiff
path: root/hssl.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2007-10-29 11:35:19 +0000
committerAlberto Ruiz <aruiz@um.es>2007-10-29 11:35:19 +0000
commitfd73d3eb9d671bd5be23024d4cc5eeb7b5fdeb58 (patch)
tree76144677c2092f283c67778b46e6c73b9f95ef50 /hssl.cabal
parent29b9a4adfdcd624ecb1f67b7fba5830fa76260c9 (diff)
fixed economy svd
Diffstat (limited to 'hssl.cabal')
-rw-r--r--hssl.cabal9
1 files changed, 5 insertions, 4 deletions
diff --git a/hssl.cabal b/hssl.cabal
index 6905a6a..acacf4c 100644
--- a/hssl.cabal
+++ b/hssl.cabal
@@ -5,12 +5,13 @@ License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
6Maintainer: Alberto Ruiz <aruiz@um.es> 6Maintainer: Alberto Ruiz <aruiz@um.es>
7Stability: provisional 7Stability: provisional
8Homepage: http://dis.um.es/~alberto/GSLHaskell 8Homepage: http://alberrto.googlepages.com/gslhaskell
9Synopsis: Simple Scientific Library 9Synopsis: Simple Scientific Library
10Description: A high level functional interface to some linear algebra computations 10Description: 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>
14Category: Numerical, Math 15Category: Numerical, Math
15tested-with: GHC ==6.6.1 16tested-with: GHC ==6.6.1
16Build-Depends: base, haskell98 17Build-Depends: base, haskell98