summaryrefslogtreecommitdiff
path: root/packages/glpk
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2010-08-28 17:26:39 +0000
committerAlberto Ruiz <aruiz@um.es>2010-08-28 17:26:39 +0000
commitccff860bcd64a43a9144288a04d03e1366f80586 (patch)
tree9e9a3b954210b64a6f531ffb0ed2c95cd2f006b7 /packages/glpk
parent693cae17c1e4ae3570f35324119f47ca6103f3cf (diff)
conversion function names
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 d251eca..d98d24d 100644
--- a/packages/glpk/hmatrix-glpk.cabal
+++ b/packages/glpk/hmatrix-glpk.cabal
@@ -1,5 +1,5 @@
1Name: hmatrix-glpk 1Name: hmatrix-glpk
2Version: 0.2.0 2Version: 0.2.1
3License: GPL 3License: GPL
4License-file: LICENSE 4License-file: LICENSE
5Author: Alberto Ruiz 5Author: Alberto Ruiz
@@ -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 >= 3 && < 5, hmatrix >= 0.8.3 && < 0.10 25 Build-Depends: base >= 3 && < 5, hmatrix >= 0.8.3 && < 0.11
26 26
27 hs-source-dirs: lib 27 hs-source-dirs: lib
28 28