summaryrefslogtreecommitdiff
path: root/packages/glpk/hmatrix-glpk.cabal
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2014-06-12 14:13:05 +0200
committerAlberto Ruiz <aruiz@um.es>2014-06-12 14:13:05 +0200
commit302a220b636d510ccf654e3671e8a93391c13523 (patch)
tree65380fdbaaa22ceadde5fabee645fd0ada3a218a /packages/glpk/hmatrix-glpk.cabal
parentab6d7efb73bcfa3b331cc7f2abce75430f7cff09 (diff)
add L1 and LInf solvers
Diffstat (limited to 'packages/glpk/hmatrix-glpk.cabal')
-rw-r--r--packages/glpk/hmatrix-glpk.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/glpk/hmatrix-glpk.cabal b/packages/glpk/hmatrix-glpk.cabal
index 5f3b34e..533ee2d 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.cabal
@@ -24,11 +24,12 @@ extra-source-files: examples/simplex1.hs
24library 24library
25 Build-Depends: base, hmatrix 25 Build-Depends: base, hmatrix
26 26
27 hs-source-dirs: lib 27 hs-source-dirs: src
28 28
29 Exposed-modules: Numeric.LinearProgramming 29 Exposed-modules: Numeric.LinearProgramming
30 Numeric.LinearProgramming.L1
30 31
31 c-sources: lib/Numeric/LinearProgramming/glpk.c 32 c-sources: src/C/glpk.c
32 33
33 ghc-options: -Wall 34 ghc-options: -Wall
34 35