summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Steinitz <dominic@steinitz.org>2018-04-22 11:27:03 +0100
committerDominic Steinitz <dominic@steinitz.org>2018-04-22 11:27:03 +0100
commit02b0551731d996b4d58f1ff32781992ea2dd1162 (patch)
tree5c572d66cac07f3519408202133a0ff0c6f4afa5
parentdf9980a1bc95cbe96b6766dc232c4abc8ca28c38 (diff)
Set all packages to 0.19.0.0
-rw-r--r--examples/examples.cabal2
-rw-r--r--packages/base/hmatrix.cabal2
-rw-r--r--packages/glpk/hmatrix-glpk.cabal2
-rw-r--r--packages/gsl/hmatrix-gsl.cabal2
-rw-r--r--packages/sparse/hmatrix-sparse.cabal2
-rw-r--r--packages/special/hmatrix-special.cabal2
-rw-r--r--packages/sundials/hmatrix-sundials.cabal2
-rw-r--r--packages/tests/hmatrix-tests.cabal2
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 @@
1name: examples 1name: examples
2version: 0.1.0.0 2version: 0.19.0.0
3synopsis: Example usage of the various hmatrix packages 3synopsis: Example usage of the various hmatrix packages
4homepage: https://github.com/albertoruiz/hmatrix 4homepage: https://github.com/albertoruiz/hmatrix
5license: BSD3 5license: 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 @@
1Name: hmatrix 1Name: hmatrix
2Version: 0.18.2.0 2Version: 0.19.0.0
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 6b0032b..b01f704 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.6.0.0 2Version: 0.19.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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 @@
1Name: hmatrix-gsl 1Name: hmatrix-gsl
2Version: 0.18.0.1 2Version: 0.19.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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 @@
1Name: hmatrix-sparse 1Name: hmatrix-sparse
2Version: 0.1.0 2Version: 0.19.0.0
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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 @@
1Name: hmatrix-special 1Name: hmatrix-special
2Version: 0.4.0.1 2Version: 0.19.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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 @@
1name: hmatrix-sundials 1name: hmatrix-sundials
2version: 0.1.0.0 2version: 0.19.0.0
3synopsis: hmatrix interface to sundials 3synopsis: hmatrix interface to sundials
4description: Foo bar baz 4description: Foo bar baz
5homepage: https://github.com/idontgetoutmuch/hmatrix/tree/sundials 5homepage: 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 @@
1Name: hmatrix-tests 1Name: hmatrix-tests
2Version: 0.6.0.0 2Version: 0.19.0.0
3License: BSD3 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz