graph-utils 0.3.5 → 0.3.5.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~parsec
Dependency ranges changed: parsec
Files
- graph-utils.cabal +2/−2
graph-utils.cabal view
@@ -1,6 +1,6 @@ Name: graph-utils -Version: 0.3.5+Version: 0.3.5.1 -- A short (one-line) description of the package. Synopsis: A simple wapper & quasi quoter for fgl.@@ -46,7 +46,7 @@ Exposed-modules: Data.Graph.EasyGrapher, Data.Graph.PageRank -- Packages needed in order to build this package.- Build-depends: base >=2 && < 4 , fgl, mtl, containers, template-haskell, parsec>=3.0+ Build-depends: base >=2 && < 4 , fgl, mtl, containers, template-haskell, parsec >=3.0 && < 4 -- Modules not exported by this package. -- Other-modules: