packages feed

libgraph 1.12 → 1.13

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Data/Graph/Libgraph/Dot.hs view
@@ -20,7 +20,7 @@         isRoot (v,_) = v == root g          show1 v-          -- | isRoot v  = vName r ++ "[shape=none label=\".\"]\n"+          --  | isRoot v  = vName r ++ "[shape=none label=\".\"]\n"           | otherwise = (showVertex vLabel v)  showVertex :: (vertex->(String,String)) -> (vertex,Int) -> String
libgraph.cabal view
@@ -1,5 +1,5 @@ Name:           libgraph
-Version:        1.12
+Version:        1.13
 Homepage:       http://maartenfaddegon.nl
 Synopsis:       Store and manipulate data in a graph.
 Description:    A graph type, analysis of graphs and manipulation of graphs.