diff options
-rw-r--r-- | THANKS.md | 6 | ||||
-rw-r--r-- | hmatrix.cabal | 4 |
2 files changed, 8 insertions, 2 deletions
@@ -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 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.15.2.0 | 2 | Version: 0.15.2.1 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -27,7 +27,7 @@ cabal-version: >=1.8 | |||
27 | 27 | ||
28 | build-type: Custom | 28 | build-type: Custom |
29 | 29 | ||
30 | extra-source-files: Config.hs THANKS.md INSTALL.md CHANGES.md | 30 | extra-source-files: Config.hs THANKS.md INSTALL.md CHANGELOG |
31 | 31 | ||
32 | extra-source-files: examples/deriv.hs | 32 | extra-source-files: examples/deriv.hs |
33 | examples/integrate.hs | 33 | examples/integrate.hs |