graphs 0.6 → 0.6.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~arraydep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: array, transformers
API changes (from Hackage documentation)
Files
- graphs.cabal +3/−3
graphs.cabal view
@@ -1,6 +1,6 @@ name: graphs category: Algorithms, Data Structures, Graphs-version: 0.6+version: 0.6.0.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -27,8 +27,8 @@ build-depends: base >= 4 && < 5,- array >= 0.3 && < 0.6,- transformers >= 0.2.2 && < 0.4,+ array >= 0.3 && < 0.7,+ transformers >= 0.2.2 && < 0.5, containers >= 0.3 && < 0.6, void >= 0.5.5.1 && < 1