summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-02-05 20:06:04 +0100
committerAlberto Ruiz <aruiz@um.es>2014-02-05 20:06:04 +0100
commit0686d07e2d575b9ff2021853b7dc20eeab8e1555 (patch)
treeb7c9d0a1e0c4bd4e8236c63a5c7de13b0ccef6c1
parent9af4ee9011438dea9ad962cfee4a2adaf24b26d4 (diff)
bump version and thanks
-rw-r--r--THANKS.md6
-rw-r--r--hmatrix.cabal4
2 files changed, 8 insertions, 2 deletions
diff --git a/THANKS.md b/THANKS.md
index e9736bc..863fcc1 100644
--- a/THANKS.md
+++ b/THANKS.md
@@ -141,3 +141,9 @@ module reorganization, monadic mapVectorM, and many other improvements.
141 141
142- Henning Thielemann reported the pinv inefficient implementation. 142- Henning Thielemann reported the pinv inefficient implementation.
143 143
144- bdoering reported the problem of zero absolute tolerance in the integration functions.
145
146- Alexei Uimanov replaced fromList by Vector.fromList.
147
148- Adam Vogt updated the code for ghc-7.7
149
diff --git a/hmatrix.cabal b/hmatrix.cabal
index 3a720ea..53597ae 100644
--- a/hmatrix.cabal
+++ b/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.15.2.0 2Version: 0.15.2.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -27,7 +27,7 @@ cabal-version: >=1.8
27 27
28build-type: Custom 28build-type: Custom
29 29
30extra-source-files: Config.hs THANKS.md INSTALL.md CHANGES.md 30extra-source-files: Config.hs THANKS.md INSTALL.md CHANGELOG
31 31
32extra-source-files: examples/deriv.hs 32extra-source-files: examples/deriv.hs
33 examples/integrate.hs 33 examples/integrate.hs