summaryrefslogtreecommitdiff
path: root/packages/gsl
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-10-29 12:57:43 +0100
committerAlberto Ruiz <aruiz@um.es>2015-10-29 12:57:43 +0100
commit35a7f3355611cd20994f36b43acbd7413e09f558 (patch)
treee3a059183477ee2fc71e3a908c561332a403bcef /packages/gsl
parent3e5f71c9d711fabd0e0c45fc25c58bf34f88fe3b (diff)
bump versions, fix tests, thanks
Diffstat (limited to 'packages/gsl')
-rw-r--r--packages/gsl/hmatrix-gsl.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal
index f288c64..d009994 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.17.0.0 2Version: 0.18.0.0
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -25,7 +25,7 @@ flag onlygsl
25 25
26library 26library
27 27
28 Build-Depends: base<5, hmatrix>=0.17, array, vector, 28 Build-Depends: base<5, hmatrix>=0.18, array, vector,
29 process, random 29 process, random
30 30
31 31