summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-12-10 11:20:42 +0000
committerAlberto Ruiz <aruiz@um.es>2009-12-10 11:20:42 +0000
commit671821b41b8e6d7c0b3f5109ed47a1699a484a2a (patch)
treeb527fb8d0129b8b2228aac73763f60a0453d3c66
parent7c2301797e35930298db9a6bff09eefdd4fbd577 (diff)
acknowledgement
-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