summaryrefslogtreecommitdiff
path: root/hmatrix.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-22 09:04:12 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-22 09:04:12 +0000
commit107478b2288b0904159599be94089230c7cd3edf (patch)
tree14834baa61a038efe0e81ed00d45071ba47f2789 /hmatrix.cabal
parented8f45f7316569bfeacdd2848017d93c5cfdd261 (diff)
fix ghc-6.12 warnings
Diffstat (limited to 'hmatrix.cabal')
-rw-r--r--hmatrix.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 64fef13..a7662b9 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.7.2.0 2Version: 0.7.2.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -11,7 +11,7 @@ Description: This library provides a purely functional interface to basic
11 and other numerical computations, internally implemented using 11 and other numerical computations, internally implemented using
12 GSL, BLAS and LAPACK. 12 GSL, BLAS and LAPACK.
13Category: Math 13Category: Math
14tested-with: GHC ==6.10.4 14tested-with: GHC ==6.12.1
15 15
16cabal-version: >=1.2 16cabal-version: >=1.2
17build-type: Custom 17build-type: Custom