packages feed

Graphalyze 0.14.0.2 → 0.14.1.0

raw patch · 2 files changed

+4/−3 lines, 2 filesdep ~fgldep ~graphviz

Dependency ranges changed: fgl, graphviz

Files

Data/Graph/Analysis/Types.hs view
@@ -67,6 +67,7 @@                                  --   graph.                                  unusedRelationships :: [Rel n e]                                }+                     deriving (Eq, Show, Read)  -- | The expected roots in the data to be analysed. wantedRoots    :: GraphData n e -> LNGroup n
Graphalyze.cabal view
@@ -1,5 +1,5 @@ Name:                Graphalyze-Version:             0.14.0.2+Version:             0.14.1.0 Synopsis:            Graph-Theoretic Analysis library. Description:         A library to use graph theory to analyse the relationships                         inherent in discrete data.@@ -29,8 +29,8 @@                          random,                          time,                          bktrees >= 0.2 && <0.4,-                         fgl >= 5.4.2.3 && < 5.5,-                         graphviz >= 2999.15 && < 2999.17,+                         fgl == 5.5.*,+                         graphviz >= 2999.15 && < 2999.18,                          pandoc == 1.12.*,                          text