packages feed

graph-rewriting-strategies 0.2.5 → 0.2.6

raw patch · 1 files changed

+4/−4 lines, 1 filesdep ~basedep ~base-unicode-symbolsdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: base, base-unicode-symbols, containers

API changes (from Hackage documentation)

Files

graph-rewriting-strategies.cabal view
@@ -1,5 +1,5 @@ Name:          graph-rewriting-strategies-Version:       0.2.5+Version:       0.2.6 Copyright:     2012, Robert Kreuzer, Jan Rochel License:       BSD3 License-File:  LICENSE@@ -16,10 +16,10 @@  Library   Build-Depends:-    base >= 4 && < 5,-    base-unicode-symbols >= 0.2,+    base >= 4.8 && < 4.10,+    base-unicode-symbols >= 0.2 && < 0.3,     graph-rewriting >= 0.7.8,-    containers >= 0.4+    containers >= 0.4 && < 0.6   Exposed-Modules:     GraphRewriting.Strategies.Control     GraphRewriting.Strategies.LeftmostOutermost