diff options
author | Alberto Ruiz <aruiz@um.es> | 2011-04-05 17:04:18 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2011-04-05 17:04:18 +0000 |
commit | 5fcc49cc1944867c7ebb090d16441de219ad4cdb (patch) | |
tree | 1e8d1150aa3c899f2ade0b5c85d6fb355ec4f7f7 /packages/glpk | |
parent | 43eb56c2d912837de39d2d19a2254877117d6679 (diff) |
hmatrix-glpk dependency bound
Diffstat (limited to 'packages/glpk')
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index d98d24d..527a18d 100644 --- a/packages/glpk/hmatrix-glpk.cabal +++ b/packages/glpk/hmatrix-glpk.cabal | |||
@@ -1,5 +1,5 @@ | |||
1 | Name: hmatrix-glpk | 1 | Name: hmatrix-glpk |
2 | Version: 0.2.1 | 2 | Version: 0.2.2 |
3 | License: GPL | 3 | License: GPL |
4 | License-file: LICENSE | 4 | License-file: LICENSE |
5 | Author: Alberto Ruiz | 5 | Author: Alberto Ruiz |
@@ -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 ==6.10.4 | 14 | tested-with: GHC ==6.10.4, GHC ==7.0.3 |
15 | 15 | ||
16 | cabal-version: >=1.2 | 16 | cabal-version: >=1.2 |
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 >= 3 && < 5, hmatrix >= 0.8.3 && < 0.11 | 25 | Build-Depends: base >= 3 && < 5, hmatrix >= 0.8.3 |
26 | 26 | ||
27 | hs-source-dirs: lib | 27 | hs-source-dirs: lib |
28 | 28 | ||