language-dot 0.0.5 → 0.0.6
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~mtlPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mtl
API changes (from Hackage documentation)
Files
- language-dot.cabal +2/−2
language-dot.cabal view
@@ -1,5 +1,5 @@ name: language-dot-version: 0.0.5+version: 0.0.6 category: Language synopsis: A library for the analysis and creation of Graphviz DOT files description: A library for the analysis and creation of Graphviz DOT files.@@ -31,7 +31,7 @@ build-depends: base == 4.*,- mtl == 1.*,+ mtl == 1.* || == 2.*, parsec == 3.*, pretty == 1.*