diff options
-rw-r--r-- | packages/base/THANKS.md | 2 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index 0eaf8ce..e88b516 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -92,7 +92,7 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
92 | 92 | ||
93 | - Carter Schonwald helped with the configuration for Homebrew OS X and | 93 | - Carter Schonwald helped with the configuration for Homebrew OS X and |
94 | found a tolerance problem in test "1E5 rots". He also discovered | 94 | found a tolerance problem in test "1E5 rots". He also discovered |
95 | a bug in the signature of cmap. | 95 | a bug in the signature of cmap and fixed the cabal file. |
96 | 96 | ||
97 | - Duncan Coutts reported a problem with configure.hs and contributed | 97 | - Duncan Coutts reported a problem with configure.hs and contributed |
98 | a solution and a simplified Setup.lhs. | 98 | a solution and a simplified Setup.lhs. |
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 3a1335d..3563a2f 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.3 | 2 | Version: 0.16.1.4 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |