packages feed

graphs 0.3.1 → 0.3.2

raw patch · 1 files changed

+2/−2 lines, 1 filesdep ~voidPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: void

API changes (from Hackage documentation)

Files

graphs.cabal view
@@ -1,6 +1,6 @@ name:          graphs category:      Data Structures-version:       0.3.1+version:       0.3.2 license:       BSD3 cabal-version: >= 1.6 license-file:  LICENSE@@ -24,7 +24,7 @@     data-default >= 0.2 && < 0.3,     transformers >= 0.2.2 && < 0.3,     containers >= 0.3 && < 0.5,-    void >= 0.4 && < 0.5+    void >= 0.5 && < 0.6    exposed-modules:     Data.Graph.AdjacencyList