summaryrefslogtreecommitdiff
path: root/packages/tests
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-13 10:01:08 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-13 10:01:08 +0200
commit068e10daa402720269810a2aa4a4354c138caadf (patch)
tree9fe99fd4a3ab4cf1406646de883a77c990bd58b5 /packages/tests
parent1c1fc3f1ba1781e087d84373b29633a0dc43c8fb (diff)
update dependencies and licenses
Diffstat (limited to 'packages/tests')
-rw-r--r--packages/tests/hmatrix-tests.cabal4
-rw-r--r--packages/tests/src/Numeric/LinearAlgebra/Tests.hs8
-rw-r--r--packages/tests/src/Numeric/LinearAlgebra/Tests/Instances.hs6
-rw-r--r--packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs6
4 files changed, 9 insertions, 15 deletions
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 @@
1Name: hmatrix-tests 1Name: hmatrix-tests
2Version: 0.4 2Version: 0.4
3License: GPL 3License: BSD3
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
6Maintainer: Alberto Ruiz <aruiz@um.es> 6Maintainer: Alberto Ruiz <aruiz@um.es>
@@ -21,7 +21,7 @@ extra-source-files: CHANGES
21library 21library
22 22
23 Build-Depends: base >= 4 && < 5, 23 Build-Depends: base >= 4 && < 5,
24 hmatrix, hmatrix-gsl, 24 hmatrix >= 0.16, hmatrix-gsl >= 0.16,
25 QuickCheck >= 2, HUnit, random 25 QuickCheck >= 2, HUnit, random
26 26
27 hs-source-dirs: src 27 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 @@
5----------------------------------------------------------------------------- 5-----------------------------------------------------------------------------
6{- | 6{- |
7Module : Numeric.LinearAlgebra.Tests 7Module : Numeric.LinearAlgebra.Tests
8Copyright : (c) Alberto Ruiz 2007-11 8Copyright : (c) Alberto Ruiz 2007-14
9License : GPL-style 9License : BSD3
10 10Maintainer : Alberto Ruiz
11Maintainer : Alberto Ruiz (aruiz at um dot es)
12Stability : provisional 11Stability : provisional
13Portability : portable
14 12
15Some tests. 13Some tests.
16 14
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 @@
4{- | 4{- |
5Module : Numeric.LinearAlgebra.Tests.Instances 5Module : Numeric.LinearAlgebra.Tests.Instances
6Copyright : (c) Alberto Ruiz 2008 6Copyright : (c) Alberto Ruiz 2008
7License : GPL-style 7License : BSD3
8 8Maintainer : Alberto Ruiz
9Maintainer : Alberto Ruiz (aruiz at um dot es)
10Stability : provisional 9Stability : provisional
11Portability : portable
12 10
13Arbitrary instances for vectors, matrices. 11Arbitrary instances for vectors, matrices.
14 12
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 @@
4{- | 4{- |
5Module : Numeric.LinearAlgebra.Tests.Properties 5Module : Numeric.LinearAlgebra.Tests.Properties
6Copyright : (c) Alberto Ruiz 2008 6Copyright : (c) Alberto Ruiz 2008
7License : GPL-style 7License : BSD3
8 8Maintainer : Alberto Ruiz
9Maintainer : Alberto Ruiz (aruiz at um dot es)
10Stability : provisional 9Stability : provisional
11Portability : portable
12 10
13Testing properties. 11Testing properties.
14 12