From dcc03a4a764cb8683b80758af97fcbcc9aadba73 Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Thu, 8 Jan 2015 16:15:29 +0100 Subject: wip on tests --- packages/tests/hmatrix-tests.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/tests/hmatrix-tests.cabal') diff --git a/packages/tests/hmatrix-tests.cabal b/packages/tests/hmatrix-tests.cabal index 0514843..de796e8 100644 --- a/packages/tests/hmatrix-tests.cabal +++ b/packages/tests/hmatrix-tests.cabal @@ -1,5 +1,5 @@ Name: hmatrix-tests -Version: 0.4.1.0 +Version: 0.5.0.0 License: BSD3 License-file: LICENSE Author: Alberto Ruiz @@ -28,9 +28,9 @@ library Build-Depends: base >= 4 && < 5, QuickCheck >= 2, HUnit, random, - hmatrix >= 0.16 + hmatrix >= 0.17 if flag(gsl) - Build-Depends: hmatrix-gsl >= 0.16 + Build-Depends: hmatrix-gsl >= 0.17 hs-source-dirs: src -- cgit v1.2.3