summaryrefslogtreecommitdiff
path: root/packages/glpk
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2011-04-05 17:04:18 +0000
committerAlberto Ruiz <aruiz@um.es>2011-04-05 17:04:18 +0000
commit5fcc49cc1944867c7ebb090d16441de219ad4cdb (patch)
tree1e8d1150aa3c899f2ade0b5c85d6fb355ec4f7f7 /packages/glpk
parent43eb56c2d912837de39d2d19a2254877117d6679 (diff)
hmatrix-glpk dependency bound
Diffstat (limited to 'packages/glpk')
-rw-r--r--packages/glpk/hmatrix-glpk.cabal6
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 @@
1Name: hmatrix-glpk 1Name: hmatrix-glpk
2Version: 0.2.1 2Version: 0.2.2
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: 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
13Category: Math 13Category: Math
14tested-with: GHC ==6.10.4 14tested-with: GHC ==6.10.4, GHC ==7.0.3
15 15
16cabal-version: >=1.2 16cabal-version: >=1.2
17build-type: Simple 17build-type: Simple
@@ -22,7 +22,7 @@ extra-source-files: examples/simplex1.hs
22 examples/simplex4.hs 22 examples/simplex4.hs
23 23
24library 24library
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