summaryrefslogtreecommitdiff
path: root/packages/glpk
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-20 12:41:54 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-20 12:41:54 +0200
commit3d327e510e441d58bfc4d5109eb9501d49f2f1c0 (patch)
tree87798acc33a66a1089961b021d8c11c72721a3c6 /packages/glpk
parent21a70f76d47d4851f27161eab350a31ab0651047 (diff)
upper bound and readme
Diffstat (limited to 'packages/glpk')
-rw-r--r--packages/glpk/hmatrix-glpk.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal
index ae8a967..646c73c 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.cabal
@@ -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 >= 0.16 25 Build-Depends: base <5, hmatrix >= 0.16
26 26
27 hs-source-dirs: src 27 hs-source-dirs: src
28 28