summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README4
-rw-r--r--hmatrix.cabal2
2 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 222242d..37e2d60 100644
--- a/README
+++ b/README
@@ -117,3 +117,7 @@ in the Haskell mailing lists for their help.
117 safely used on lists that are too long (or infinite). 117 safely used on lists that are too long (or infinite).
118 118
119- Chris Waterson improved the configure.hs program for OS/X. 119- Chris Waterson improved the configure.hs program for OS/X.
120
121- Erik de Castro Lopo added buildVector and buildMatrix, which take a
122 size parameter(s) and a function that maps vector/matrix indices
123 to the values at that position.
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 8ed131a..8d46944 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.7.0.0 2Version: 0.7.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz