graph-rewriting 0.7.9 → 0.7.10
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~base-unicode-symbolsdep ~containersdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base-unicode-symbols, containers, mtl
API changes (from Hackage documentation)
Files
- graph-rewriting.cabal +5/−5
graph-rewriting.cabal view
@@ -1,5 +1,5 @@ Name: graph-rewriting-Version: 0.7.9+Version: 0.7.10 Copyright: (c) 2010, Jan Rochel License: BSD3 License-File: LICENSE@@ -16,10 +16,10 @@ Library Build-Depends:- base >= 4.0 && < 5.0,- base-unicode-symbols >= 0.2,- mtl >= 1.1,- containers >= 0.3+ base >= 4.8 && < 4.10,+ base-unicode-symbols >= 0.2 && < 0.3,+ mtl >= 1.1 && < 2.3,+ containers >= 0.3 && < 0.6 Exposed-Modules: Data.View GraphRewriting