From d58584149a281656f7ba19cc8ab1711de5692268 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Mon, 16 Mar 2015 10:46:02 +0100 Subject: bump versions and add thanks --- packages/base/THANKS.md | 9 ++++++++- packages/base/hmatrix.cabal | 2 +- packages/glpk/hmatrix-glpk.cabal | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) (limited to 'packages') 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. - Denis Laxalde separated the gsl tests from the base ones. -- Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions. +- Dominic Steinitz (idontgetoutmuch) reported a bug in the static diagonal creation functions and + added Cholesky to Static. - Dylan Thurston reported an error in the glpk documentation and ambiguity in the description of linearSolve. @@ -183,3 +184,9 @@ module reorganization, monadic mapVectorM, and many other improvements. - Ben Gamari contributed fixes for ghc 7.10 +- Piotr Mardziel added general sparse constraints to simplex and the interface to glp_exact + +- Maxim Baz fixed an instance declaration for ghc 7.11 + +- Thomas M. DuBuisson fixed a C include file. + 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 @@ Name: hmatrix -Version: 0.16.1.4 +Version: 0.16.1.5 License: BSD3 License-file: LICENSE 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 @@ Name: hmatrix-glpk -Version: 0.4.0.2 +Version: 0.4.1.0 License: GPL License-file: LICENSE Author: Alberto Ruiz -- cgit v1.2.3