Cabal revisions of libgraph-1.14
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
Name: libgraph Version: 1.14 +x-revision: 1 Homepage: http://maartenfaddegon.nl Synopsis: Store and manipulate data in a graph. Description: A graph type, analysis of graphs and manipulation of graphs. location: https://github.com/MaartenFaddegon/libgraph.git library - Build-Depends: base >= 4 && < 5, monads-tf, union-find, - containers, array, process + Build-Depends: base >= 4.6 && < 5, monads-tf, union-find >= 0.2, + containers >= 0.5.0.0, array, process exposed-modules: Data.Graph.Libgraph other-modules: Data.Graph.Libgraph.DepthFirst, Data.Graph.Libgraph.Dominance,