summaryrefslogtreecommitdiff
path: root/packages/base
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base')
-rw-r--r--packages/base/THANKS.md3
-rw-r--r--packages/base/hmatrix.cabal4
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 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.17.0.1 2Version: 0.17.0.2
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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
18Category: Math 18Category: Math
19tested-with: GHC==7.8 19tested-with: GHC==7.10
20 20
21cabal-version: >=1.8 21cabal-version: >=1.8
22 22