packages feed

hmatrix-glpk 0.2.0 → 0.2.1

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~hmatrixPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: hmatrix

API changes (from Hackage documentation)

- Numeric.LinearProgramming: instance (Show x) => Show (Bound x)
+ Numeric.LinearProgramming: instance Show x => Show (Bound x)

Files

hmatrix-glpk.cabal view
@@ -1,5 +1,5 @@ Name:               hmatrix-glpk-Version:            0.2.0+Version:            0.2.1 License:            GPL License-file:       LICENSE Author:             Alberto Ruiz@@ -22,7 +22,7 @@                         examples/simplex4.hs  library-    Build-Depends:      base >= 3 && < 5, hmatrix >= 0.8.3 && < 0.10+    Build-Depends:      base >= 3 && < 5, hmatrix >= 0.8.3 && < 0.11      hs-source-dirs:     lib