packages feed

graph-rewriting 0.7.8 → 0.7.9

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~base-unicode-symbolsdep ~containersdep ~mtl

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

Files

graph-rewriting.cabal view
@@ -1,5 +1,5 @@ Name:           graph-rewriting-Version:        0.7.8+Version:        0.7.9 Copyright:      (c) 2010, Jan Rochel License:        BSD3 License-File:   LICENSE@@ -16,10 +16,10 @@  Library   Build-Depends:-    base >= 4.0 && < 4.9,-    base-unicode-symbols >= 0.2 && < 0.3,-    mtl >= 1.1 && < 2.3,-    containers >= 0.3 && < 0.6+    base >= 4.0 && < 5.0,+    base-unicode-symbols >= 0.2,+    mtl >= 1.1,+    containers >= 0.3   Exposed-Modules:     Data.View     GraphRewriting