summaryrefslogtreecommitdiff
path: root/packages/tests/src/Numeric
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/src/Numeric
parent1c1fc3f1ba1781e087d84373b29633a0dc43c8fb (diff)
update dependencies and licenses
Diffstat (limited to 'packages/tests/src/Numeric')
-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
3 files changed, 7 insertions, 13 deletions
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