diff options
-rw-r--r-- | packages/base/THANKS.md | 2 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index 90e6199..c220f16 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -177,3 +177,5 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
177 | 177 | ||
178 | - "yongqli" reported the bug in randomVector (rand() is not thread-safe). | 178 | - "yongqli" reported the bug in randomVector (rand() is not thread-safe). |
179 | 179 | ||
180 | - "yongqli" and Kiwamu Ishikura reported that drand48_r() is not portable. | ||
181 | |||
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 2900c42..c007509 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.16.1.0 | 2 | Version: 0.16.1.1 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |