packages feed

libgraph 1.7 → 1.8

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Data/Graph/Libgraph/AlgoDebug.hs view
@@ -27,4 +27,4 @@                       []    -> v                       (w:_) -> next_step tree j w -  | j v == Unassessed = v+  | otherwise = v -- j v is Unassessed or Assisted
libgraph.cabal view
@@ -1,5 +1,5 @@ Name:           libgraph
-Version:        1.7
+Version:        1.8
 Homepage:       http://maartenfaddegon.nl
 Synopsis:       Store and manipulate data in a graph.
 Description:    A graph type, analysis of graphs and manipulation of graphs.