summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2012-01-07 18:15:18 +0100
committerAlberto Ruiz <aruiz@um.es>2012-01-07 18:15:18 +0100
commit97e7156b59811bd51d0a9d6060e868eafedfcc75 (patch)
tree2c77c6b10a4979bc44cf6183e74ea53970471fae
parenta6c307a0d9c3b48bf80d7012b893f2f9d1db9487 (diff)
new version and thanks
-rw-r--r--THANKS.md2
-rw-r--r--hmatrix.cabal2
2 files changed, 3 insertions, 1 deletions
diff --git a/THANKS.md b/THANKS.md
index 3182cad..e2eaa97 100644
--- a/THANKS.md
+++ b/THANKS.md
@@ -41,6 +41,8 @@ module reorganization, monadic mapVectorM, and many other improvements.
41 avoid the wrong NaNs produced by foreign functions. 41 avoid the wrong NaNs produced by foreign functions.
42 42
43- Reiner Pope added support for luSolve, based on (d|z)getrs. 43- Reiner Pope added support for luSolve, based on (d|z)getrs.
44 Made Matrix a product type and added changes to improve the code generated
45 by hmatrix-syntax.
44 46
45- Simon Beaumont reported the need of QuickCheck<2 and the invalid 47- Simon Beaumont reported the need of QuickCheck<2 and the invalid
46 asm("finit") on ppc. He also contributed the configuration options 48 asm("finit") on ppc. He also contributed the configuration options
diff --git a/hmatrix.cabal b/hmatrix.cabal
index e16a428..8d1e541 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.13.0.0 2Version: 0.13.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz