summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-03-16 10:46:02 +0100
committerAlberto Ruiz <aruiz@um.es>2015-03-16 10:46:02 +0100
commitd58584149a281656f7ba19cc8ab1711de5692268 (patch)
treed11205dbb7b6c0772655c38f73160b8534b36c9b /packages
parentc8bf3420beba4d3ec6c024a7a068166f8b5a064f (diff)
bump versions and add thanks
Diffstat (limited to 'packages')
-rw-r--r--packages/base/THANKS.md9
-rw-r--r--packages/base/hmatrix.cabal2
-rw-r--r--packages/glpk/hmatrix-glpk.cabal2
3 files changed, 10 insertions, 3 deletions
diff --git a/packages/base/THANKS.md b/packages/base/THANKS.md
index e88b516..a4188eb 100644
--- a/packages/base/THANKS.md
+++ b/packages/base/THANKS.md
@@ -159,7 +159,8 @@ module reorganization, monadic mapVectorM, and many other improvements.
159 159
160- Denis Laxalde separated the gsl tests from the base ones. 160- Denis Laxalde separated the gsl tests from the base ones.
161 161
162- Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions. 162- Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions and
163 added Cholesky to Static.
163 164
164- Dylan Thurston reported an error in the glpk documentation and ambiguity in 165- Dylan Thurston reported an error in the glpk documentation and ambiguity in
165 the description of linearSolve. 166 the description of linearSolve.
@@ -183,3 +184,9 @@ module reorganization, monadic mapVectorM, and many other improvements.
183 184
184- Ben Gamari contributed fixes for ghc 7.10 185- Ben Gamari contributed fixes for ghc 7.10
185 186
187- Piotr Mardziel added general sparse constraints to simplex and the interface to glp_exact
188
189- Maxim Baz fixed an instance declaration for ghc 7.11
190
191- Thomas M. DuBuisson fixed a C include file.
192
diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal
index 3563a2f..3895dc1 100644
--- a/packages/base/hmatrix.cabal
+++ b/packages/base/hmatrix.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.16.1.4 2Version: 0.16.1.5
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal
index a9859f9..5a1b59c 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix-glpk 1Name: hmatrix-glpk
2Version: 0.4.0.2 2Version: 0.4.1.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz