diff options
author | Alberto Ruiz <aruiz@um.es> | 2015-03-16 10:46:02 +0100 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2015-03-16 10:46:02 +0100 |
commit | d58584149a281656f7ba19cc8ab1711de5692268 (patch) | |
tree | d11205dbb7b6c0772655c38f73160b8534b36c9b /packages | |
parent | c8bf3420beba4d3ec6c024a7a068166f8b5a064f (diff) |
bump versions and add thanks
Diffstat (limited to 'packages')
-rw-r--r-- | packages/base/THANKS.md | 9 | ||||
-rw-r--r-- | packages/base/hmatrix.cabal | 2 | ||||
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal | 2 |
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 @@ | |||
1 | Name: hmatrix | 1 | Name: hmatrix |
2 | Version: 0.16.1.4 | 2 | Version: 0.16.1.5 |
3 | License: BSD3 | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: 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 @@ | |||
1 | Name: hmatrix-glpk | 1 | Name: hmatrix-glpk |
2 | Version: 0.4.0.2 | 2 | Version: 0.4.1.0 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |