From 068e10daa402720269810a2aa4a4354c138caadf Mon Sep 17 00:00:00 2001 From: Alberto Ruiz Date: Fri, 13 Jun 2014 10:01:08 +0200 Subject: update dependencies and licenses --- packages/tests/hmatrix-tests.cabal | 4 ++-- packages/tests/src/Numeric/LinearAlgebra/Tests.hs | 8 +++----- packages/tests/src/Numeric/LinearAlgebra/Tests/Instances.hs | 6 ++---- packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs | 6 ++---- 4 files changed, 9 insertions(+), 15 deletions(-) (limited to 'packages/tests') diff --git a/packages/tests/hmatrix-tests.cabal b/packages/tests/hmatrix-tests.cabal index 5d18a68..fec2f98 100644 --- a/packages/tests/hmatrix-tests.cabal +++ b/packages/tests/hmatrix-tests.cabal @@ -1,6 +1,6 @@ Name: hmatrix-tests Version: 0.4 -License: GPL +License: BSD3 License-file: LICENSE Author: Alberto Ruiz Maintainer: Alberto Ruiz @@ -21,7 +21,7 @@ extra-source-files: CHANGES library Build-Depends: base >= 4 && < 5, - hmatrix, hmatrix-gsl, + hmatrix >= 0.16, hmatrix-gsl >= 0.16, QuickCheck >= 2, HUnit, random hs-source-dirs: src diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs index ee57cbc..76e66b8 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests.hs @@ -5,12 +5,10 @@ ----------------------------------------------------------------------------- {- | Module : Numeric.LinearAlgebra.Tests -Copyright : (c) Alberto Ruiz 2007-11 -License : GPL-style - -Maintainer : Alberto Ruiz (aruiz at um dot es) +Copyright : (c) Alberto Ruiz 2007-14 +License : BSD3 +Maintainer : Alberto Ruiz Stability : provisional -Portability : portable Some tests. diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests/Instances.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests/Instances.hs index b306f94..53fc4d2 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests/Instances.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests/Instances.hs @@ -4,11 +4,9 @@ {- | Module : Numeric.LinearAlgebra.Tests.Instances Copyright : (c) Alberto Ruiz 2008 -License : GPL-style - -Maintainer : Alberto Ruiz (aruiz at um dot es) +License : BSD3 +Maintainer : Alberto Ruiz Stability : provisional -Portability : portable Arbitrary instances for vectors, matrices. diff --git a/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs b/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs index f4f1b89..d6ec957 100644 --- a/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs +++ b/packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs @@ -4,11 +4,9 @@ {- | Module : Numeric.LinearAlgebra.Tests.Properties Copyright : (c) Alberto Ruiz 2008 -License : GPL-style - -Maintainer : Alberto Ruiz (aruiz at um dot es) +License : BSD3 +Maintainer : Alberto Ruiz Stability : provisional -Portability : portable Testing properties. -- cgit v1.2.3