graph-rewriting 0.7.5 → 0.7.6
raw patch · 1 files changed
+3/−4 lines, 1 filesdep ~basedep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, mtl
API changes (from Hackage documentation)
Files
- graph-rewriting.cabal +3/−4
graph-rewriting.cabal view
@@ -1,12 +1,11 @@ Name: graph-rewriting-Version: 0.7.5+Version: 0.7.6 Copyright: (c) 2010, Jan Rochel License: BSD3 License-File: LICENSE Author: Jan Rochel Maintainer: jan@rochel.info Homepage: http://rochel.info/#graph-rewriting-Stability: beta Build-Type: Simple Synopsis: Monadic graph rewriting of hypergraphs with ports and multiedges Description:@@ -16,9 +15,9 @@ Library Build-Depends:- base >= 4.0 && < 4.7,+ base >= 4.0 && < 4.8, base-unicode-symbols >= 0.2 && < 0.3,- mtl >= 1.1 && < 2.1,+ mtl >= 1.1 && < 2.3, containers >= 0.3 && < 0.6 Exposed-Modules: Data.View