summaryrefslogtreecommitdiff
path: root/packages/glpk
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/glpk
parent1c1fc3f1ba1781e087d84373b29633a0dc43c8fb (diff)
update dependencies and licenses
Diffstat (limited to 'packages/glpk')
-rw-r--r--packages/glpk/hmatrix-glpk.cabal4
1 files changed, 2 insertions, 2 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
13Category: Math 13Category: Math
14tested-with: GHC ==7.4 14tested-with: GHC ==7.8
15 15
16cabal-version: >=1.6 16cabal-version: >=1.6
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, hmatrix 25 Build-Depends: base, hmatrix >= 0.16
26 26
27 hs-source-dirs: src 27 hs-source-dirs: src
28 28