diff options
author | Alberto Ruiz <aruiz@um.es> | 2010-02-24 10:08:07 +0000 |
---|---|---|
committer | Alberto Ruiz <aruiz@um.es> | 2010-02-24 10:08:07 +0000 |
commit | ded908e2a222f902b41e500eea5272700db75699 (patch) | |
tree | 4e688c3fd2a72ba9d04f4d66c6981aa9529015cb /packages/glpk | |
parent | 4ebde988645cb1d2d60f8df8605ec8254713a9d9 (diff) |
fixed .cabal
Diffstat (limited to 'packages/glpk')
-rw-r--r-- | packages/glpk/hmatrix-glpk.cabal (renamed from packages/glpk/glpk.cabal) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/glpk/glpk.cabal b/packages/glpk/hmatrix-glpk.cabal index 5df45ca..b7f0db4 100644 --- a/packages/glpk/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 | ||
24 | library | 24 | library |
25 | Build-Depends: base >= 3 && < 5, hmatrix >= 0.8.3 | 25 | Build-Depends: base >= 3 && < 5, hmatrix >= 0.8.3 && < 0.9 |
26 | 26 | ||
27 | hs-source-dirs: lib | 27 | hs-source-dirs: lib |
28 | 28 | ||