graph-wrapper 0.2.4.2 → 0.2.4.3
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~arrayPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: array
API changes (from Hackage documentation)
Files
- graph-wrapper.cabal +3/−3
graph-wrapper.cabal view
@@ -1,7 +1,7 @@ Cabal-Version: >= 1.2 Build-Type: Simple Name: graph-wrapper-Version: 0.2.4.2+Version: 0.2.4.3 Maintainer: Max Bolingbroke <batterseapower@hotmail.com> Homepage: http://www.github.com/batterseapower/graph-wrapper License: BSD3@@ -13,7 +13,7 @@ Library Exposed-Modules: Data.Graph.Wrapper Data.Graph.Wrapper.Internal- + Build-Depends: base >= 3.0 && < 5.0,- array >= 0.3 && < 0.5,+ array >= 0.3 && < 0.6, containers >= 0.3 && < 0.6