summaryrefslogtreecommitdiff
path: root/packages/glpk/hmatrix-glpk.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2015-03-16 08:47:46 +0100
committerAlberto Ruiz <aruiz@um.es>2015-03-16 08:47:46 +0100
commitc8bf3420beba4d3ec6c024a7a068166f8b5a064f (patch)
treebacf418fa4b25306c53c5b3beca99f3fffc2e013 /packages/glpk/hmatrix-glpk.cabal
parent5a6bf1299d3bdad5289f559192d60fdaf33893e7 (diff)
parentc1081dc0641de9ef9fe37a45ae14452dcb8c0722 (diff)
Merge branch 'master' of github.com:albertoruiz/hmatrix
Diffstat (limited to 'packages/glpk/hmatrix-glpk.cabal')
-rw-r--r--packages/glpk/hmatrix-glpk.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal
index cd761e0..a9859f9 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.cabal
@@ -20,9 +20,10 @@ extra-source-files: examples/simplex1.hs
20 examples/simplex2.hs 20 examples/simplex2.hs
21 examples/simplex3.hs 21 examples/simplex3.hs
22 examples/simplex4.hs 22 examples/simplex4.hs
23 examples/simplex5.hs
23 24
24library 25library
25 Build-Depends: base <5, hmatrix >= 0.16 26 Build-Depends: base <5, hmatrix >= 0.16, containers >= 0.5.4.0
26 27
27 hs-source-dirs: src 28 hs-source-dirs: src
28 29