From 02b0551731d996b4d58f1ff32781992ea2dd1162 Mon Sep 17 00:00:00 2001 From: Dominic Steinitz Date: Sun, 22 Apr 2018 11:27:03 +0100 Subject: Set all packages to 0.19.0.0 --- examples/examples.cabal | 2 +- packages/base/hmatrix.cabal | 2 +- packages/glpk/hmatrix-glpk.cabal | 2 +- packages/gsl/hmatrix-gsl.cabal | 2 +- packages/sparse/hmatrix-sparse.cabal | 2 +- packages/special/hmatrix-special.cabal | 2 +- packages/sundials/hmatrix-sundials.cabal | 2 +- packages/tests/hmatrix-tests.cabal | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/examples.cabal b/examples/examples.cabal index 5e85a3d..07ec571 100644 --- a/examples/examples.cabal +++ b/examples/examples.cabal @@ -1,5 +1,5 @@ name: examples -version: 0.1.0.0 +version: 0.19.0.0 synopsis: Example usage of the various hmatrix packages homepage: https://github.com/albertoruiz/hmatrix license: BSD3 diff --git a/packages/base/hmatrix.cabal b/packages/base/hmatrix.cabal index 39a2b71..7d0da2e 100644 --- a/packages/base/hmatrix.cabal +++ b/packages/base/hmatrix.cabal @@ -1,5 +1,5 @@ Name: hmatrix -Version: 0.18.2.0 +Version: 0.19.0.0 License: BSD3 License-file: LICENSE Author: Alberto Ruiz diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index 6b0032b..b01f704 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal @@ -1,5 +1,5 @@ Name: hmatrix-glpk -Version: 0.6.0.0 +Version: 0.19.0.0 License: GPL License-file: LICENSE Author: Alberto Ruiz diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal index d463ee8..6ec7960 100644 --- a/packages/gsl/hmatrix-gsl.cabal +++ b/packages/gsl/hmatrix-gsl.cabal @@ -1,5 +1,5 @@ Name: hmatrix-gsl -Version: 0.18.0.1 +Version: 0.19.0.0 License: GPL License-file: LICENSE Author: Alberto Ruiz diff --git a/packages/sparse/hmatrix-sparse.cabal b/packages/sparse/hmatrix-sparse.cabal index 55eb424..c3b6f65 100644 --- a/packages/sparse/hmatrix-sparse.cabal +++ b/packages/sparse/hmatrix-sparse.cabal @@ -1,5 +1,5 @@ Name: hmatrix-sparse -Version: 0.1.0 +Version: 0.19.0.0 License: BSD3 License-file: LICENSE Author: Alberto Ruiz diff --git a/packages/special/hmatrix-special.cabal b/packages/special/hmatrix-special.cabal index 2848e39..cf504e1 100644 --- a/packages/special/hmatrix-special.cabal +++ b/packages/special/hmatrix-special.cabal @@ -1,5 +1,5 @@ Name: hmatrix-special -Version: 0.4.0.1 +Version: 0.19.0.0 License: GPL License-file: LICENSE Author: Alberto Ruiz diff --git a/packages/sundials/hmatrix-sundials.cabal b/packages/sundials/hmatrix-sundials.cabal index 532e9b4..354f142 100644 --- a/packages/sundials/hmatrix-sundials.cabal +++ b/packages/sundials/hmatrix-sundials.cabal @@ -1,5 +1,5 @@ name: hmatrix-sundials -version: 0.1.0.0 +version: 0.19.0.0 synopsis: hmatrix interface to sundials description: Foo bar baz homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials diff --git a/packages/tests/hmatrix-tests.cabal b/packages/tests/hmatrix-tests.cabal index 00f3a38..31fa32e 100644 --- a/packages/tests/hmatrix-tests.cabal +++ b/packages/tests/hmatrix-tests.cabal @@ -1,5 +1,5 @@ Name: hmatrix-tests -Version: 0.6.0.0 +Version: 0.19.0.0 License: BSD3 License-file: LICENSE Author: Alberto Ruiz -- cgit v1.2.3