hmatrix-glpk 0.2.1 → 0.2.2
raw patch · 1 files changed
+4/−4 lines, 1 filesdep ~hmatrixPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: hmatrix
API changes (from Hackage documentation)
Files
- hmatrix-glpk.cabal +4/−4
hmatrix-glpk.cabal view
@@ -1,17 +1,17 @@ Name: hmatrix-glpk-Version: 0.2.1+Version: 0.2.2 License: GPL License-file: LICENSE Author: Alberto Ruiz Maintainer: Alberto Ruiz <aruiz@um.es> Stability: experimental-Homepage: http://code.haskell.org/hmatrix+Homepage: http://perception.inf.um.es/hmatrix Synopsis: Linear Programming based on GLPK Description: Simple interface to linear programming functions provided by GLPK. Category: Math-tested-with: GHC ==6.10.4+tested-with: GHC ==6.10.4, GHC ==7.0.3 cabal-version: >=1.2 build-type: Simple@@ -22,7 +22,7 @@ examples/simplex4.hs library- Build-Depends: base >= 3 && < 5, hmatrix >= 0.8.3 && < 0.11+ Build-Depends: base >= 3 && < 5, hmatrix >= 0.8.3 hs-source-dirs: lib