summaryrefslogtreecommitdiff
path: root/packages/glpk/hmatrix-glpk.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-02-24 20:30:00 +0100
committerAlberto Ruiz <aruiz@um.es>2015-02-24 20:30:00 +0100
commit29887ff45b07b42095b994d7b57a2d8bb5363956 (patch)
treecadcf9bd0c457943bbb18cdabb13842620906af9 /packages/glpk/hmatrix-glpk.cabal
parent1a5cfd2c50600c60e23bcf44f6e9a45996c699a2 (diff)
parente57907c22e8a16d2a9b62b70dd04ffcfd0d96b6a (diff)
Merge pull request #114 from piotrm0/master
added handling of general sparse constraints
Diffstat (limited to 'packages/glpk/hmatrix-glpk.cabal')
-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 cd761e0..229197f 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 <5, hmatrix >= 0.16 25 Build-Depends: base <5, hmatrix >= 0.16, containers >= 0.5.4.0
26 26
27 hs-source-dirs: src 27 hs-source-dirs: src
28 28