diff options
author | Alberto Ruiz <aruiz@um.es> | 2014-06-13 10:01:08 +0200 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2014-06-13 10:01:08 +0200 |
commit | 068e10daa402720269810a2aa4a4354c138caadf (patch) | |
tree | 9fe99fd4a3ab4cf1406646de883a77c990bd58b5 /packages | |
parent | 1c1fc3f1ba1781e087d84373b29633a0dc43c8fb (diff) |
update dependencies and licenses
Diffstat (limited to 'packages')
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal | 4 | ||||
-rw-r--r-- | packages/gsl/hmatrix-gsl.cabal | 2 | ||||
-rw-r--r-- | packages/sparse/hmatrix-sparse.cabal | 2 | ||||
-rw-r--r-- | packages/tests/hmatrix-tests.cabal | 4 | ||||
-rw-r--r-- | packages/tests/src/Numeric/LinearAlgebra/Tests.hs | 8 | ||||
-rw-r--r-- | packages/tests/src/Numeric/LinearAlgebra/Tests/Instances.hs | 6 | ||||
-rw-r--r-- | packages/tests/src/Numeric/LinearAlgebra/Tests/Properties.hs | 6 |
7 files changed, 13 insertions, 19 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index 533ee2d..ae8a967 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal | |||
@@ -11,7 +11,7 @@ Description: | |||
11 | Simple interface to linear programming functions provided by GLPK. | 11 | Simple interface to linear programming functions provided by GLPK. |
12 | 12 | ||
13 | Category: Math | 13 | Category: Math |
14 | tested-with: GHC ==7.4 | 14 | tested-with: GHC ==7.8 |
15 | 15 | ||
16 | cabal-version: >=1.6 | 16 | cabal-version: >=1.6 |
17 | build-type: Simple | 17 | build-type: Simple |
@@ -22,7 +22,7 @@ extra-source-files: examples/simplex1.hs | |||
22 | examples/simplex4.hs | 22 | examples/simplex4.hs |
23 | 23 | ||
24 | library | 24 | library |
25 | Build-Depends: base, hmatrix | 25 | Build-Depends: base, hmatrix >= 0.16 |
26 | 26 | ||
27 | hs-source-dirs: src | 27 | hs-source-dirs: src |
28 | 28 | ||
diff --git a/packages/gsl/hmatrix-gsl.cabal b/packages/gsl/hmatrix-gsl.cabal index 2badc35..e2f02e9 100644 --- a/packages/gsl/hmatrix-gsl.cabal +++ b/packages/gsl/hmatrix-gsl.cabal | |||
@@ -46,7 +46,7 @@ flag debugnan | |||
46 | 46 | ||
47 | library | 47 | library |
48 | 48 | ||
49 | Build-Depends: base, hmatrix, array, vector, | 49 | Build-Depends: base, hmatrix>=0.16, array, vector, |
50 | process, random | 50 | process, random |
51 | 51 | ||
52 | 52 | ||
diff --git a/packages/sparse/hmatrix-sparse.cabal b/packages/sparse/hmatrix-sparse.cabal index 877ab1f..d048086 100644 --- a/packages/sparse/hmatrix-sparse.cabal +++ b/packages/sparse/hmatrix-sparse.cabal | |||
@@ -19,7 +19,7 @@ build-type: Simple | |||
19 | 19 | ||
20 | 20 | ||
21 | library | 21 | library |
22 | Build-Depends: base, hmatrix | 22 | Build-Depends: base, hmatrix>=0.16 |
23 | 23 | ||
24 | hs-source-dirs: src | 24 | hs-source-dirs: src |
25 | 25 | ||
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 @@ | |||
1 | Name: hmatrix-tests | 1 | Name: hmatrix-tests |
2 | Version: 0.4 | 2 | Version: 0.4 |
3 | License: GPL | 3 | License: BSD3 |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
6 | Maintainer: Alberto Ruiz <aruiz@um.es> | 6 | Maintainer: Alberto Ruiz <aruiz@um.es> |
@@ -21,7 +21,7 @@ extra-source-files: CHANGES | |||
21 | library | 21 | library |
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 | {- | |
7 | Module : Numeric.LinearAlgebra.Tests | 7 | Module : Numeric.LinearAlgebra.Tests |
8 | Copyright : (c) Alberto Ruiz 2007-11 | 8 | Copyright : (c) Alberto Ruiz 2007-14 |
9 | License : GPL-style | 9 | License : BSD3 |
10 | 10 | Maintainer : Alberto Ruiz | |
11 | Maintainer : Alberto Ruiz (aruiz at um dot es) | ||
12 | Stability : provisional | 11 | Stability : provisional |
13 | Portability : portable | ||
14 | 12 | ||
15 | Some tests. | 13 | Some 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 | {- | |
5 | Module : Numeric.LinearAlgebra.Tests.Instances | 5 | Module : Numeric.LinearAlgebra.Tests.Instances |
6 | Copyright : (c) Alberto Ruiz 2008 | 6 | Copyright : (c) Alberto Ruiz 2008 |
7 | License : GPL-style | 7 | License : BSD3 |
8 | 8 | Maintainer : Alberto Ruiz | |
9 | Maintainer : Alberto Ruiz (aruiz at um dot es) | ||
10 | Stability : provisional | 9 | Stability : provisional |
11 | Portability : portable | ||
12 | 10 | ||
13 | Arbitrary instances for vectors, matrices. | 11 | Arbitrary 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 | {- | |
5 | Module : Numeric.LinearAlgebra.Tests.Properties | 5 | Module : Numeric.LinearAlgebra.Tests.Properties |
6 | Copyright : (c) Alberto Ruiz 2008 | 6 | Copyright : (c) Alberto Ruiz 2008 |
7 | License : GPL-style | 7 | License : BSD3 |
8 | 8 | Maintainer : Alberto Ruiz | |
9 | Maintainer : Alberto Ruiz (aruiz at um dot es) | ||
10 | Stability : provisional | 9 | Stability : provisional |
11 | Portability : portable | ||
12 | 10 | ||
13 | Testing properties. | 11 | Testing properties. |
14 | 12 | ||