graphs 0.5 → 0.5.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~arraydep ~void
Dependency ranges changed: array, void
Files
- graphs.cabal +3/−3
graphs.cabal view
@@ -1,6 +1,6 @@ name: graphs category: Algorithms, Data Structures, Graphs-version: 0.5+version: 0.5.0.1 license: BSD3 cabal-version: >= 1.6 license-file: LICENSE@@ -27,10 +27,10 @@ build-depends: base >= 4 && < 5,- array >= 0.3 && < 0.5,+ array >= 0.3 && < 0.6, transformers >= 0.2.2 && < 0.4, containers >= 0.3 && < 0.6,- void >= 0.5.5.1+ void >= 0.5.5.1 && < 1 exposed-modules: Data.Graph.AdjacencyList