dom-lt 0.1.0 → 0.1.1
raw patch · 2 files changed
+3/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/Graph/Dom.hs +1/−1
- dom-lt.cabal +2/−2
Data/Graph/Dom.hs view
@@ -8,7 +8,7 @@ Stability : experimental Portability : portable - The Tarjan-Lengauer graph dominators algorithm.+ The Lengauer-Tarjan graph dominators algorithm. \[1\] Lengauer, Tarjan, /A Fast Algorithm for Finding Dominators in a Flowgraph/, 1979.
dom-lt.cabal view
@@ -1,5 +1,5 @@ name: dom-lt -version: 0.1.0 +version: 0.1.1 cabal-version: >= 1.6 build-type: Simple license: BSD3 @@ -9,7 +9,7 @@ copyright: (c) Matt Morrow, 2009 maintainer: Matt Morrow <morrow@moonpatio.com> stability: experimental -synopsis: The Tarjan-Lengauer graph dominators algorithm. +synopsis: The Lengauer-Tarjan graph dominators algorithm. description: . library