graph-visit 0.1.0.1 → 0.1.0.2
raw patch · 1 files changed
+5/−5 lines, 1 filesdep ~containersdep ~data-lensdep ~data-lens-templatePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: containers, data-lens, data-lens-template, mtl
API changes (from Hackage documentation)
Files
- graph-visit.cabal +5/−5
graph-visit.cabal view
@@ -1,5 +1,5 @@ Name: graph-visit-Version: 0.1.0.1+Version: 0.1.0.2 cabal-version: >= 1.6 License: BSD3 license-file: LICENSE@@ -19,10 +19,10 @@ library Build-Depends: base >= 4 && < 5,- data-lens >= 2 && < 3,- data-lens-template >= 2 && < 3,- mtl >= 2 && < 3,- containers >= 0.4 && < 0.5+ data-lens >= 2,+ data-lens-template >= 2,+ mtl >= 2,+ containers >= 0.4 Exposed-Modules: Data.Graph.GraphVisit Ghc-Options: HS-Source-Dirs: src