diff options
-rw-r--r-- | packages/base/THANKS.md | 3 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md index f29775a..f331dea 100644 --- a/packages/base/THANKS.md +++ b/packages/base/THANKS.md | |||
@@ -192,7 +192,8 @@ module reorganization, monadic mapVectorM, and many other improvements. | |||
192 | 192 | ||
193 | - Matt Peddie wrote the interfaces to the interpolation and simulated annealing modules. | 193 | - Matt Peddie wrote the interfaces to the interpolation and simulated annealing modules. |
194 | 194 | ||
195 | - "maxc01" solved uninstallability in FreeBSD and improved urandom | 195 | - "maxc01" solved uninstallability in FreeBSD, improved urandom, and fixed a Windows |
196 | link error using rand_s. | ||
196 | 197 | ||
197 | - "ntfrgl" added {take,drop}Last{Rows,Columns} and odeSolveVWith with generalized step control function | 198 | - "ntfrgl" added {take,drop}Last{Rows,Columns} and odeSolveVWith with generalized step control function |
198 | and fixed link errors related to mod/mod_l. | 199 | and fixed link errors related to mod/mod_l. |
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 7bed0d3..d54b7af 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.17.0.1 | 2 | Version: 0.17.0.2 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -16,7 +16,7 @@ Description: Linear systems, matrix decompositions, and other numerical c | |||
16 | Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> | 16 | Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html> |
17 | 17 | ||
18 | Category: Math | 18 | Category: Math |
19 | tested-with: GHC==7.8 | 19 | tested-with: GHC==7.10 |
20 | 20 | ||
21 | cabal-version: >=1.8 | 21 | cabal-version: >=1.8 |
22 | 22 | ||