graphviz 2999.13.0.2 → 2999.13.0.3
raw patch · 4 files changed
+8/−5 lines, 4 filesdep ~transformersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: transformers
API changes (from Hackage documentation)
Files
- Changelog +5/−0
- graphviz.cabal +2/−2
- tests/Data/GraphViz/Testing/Properties.hs +1/−1
- utils/TestParsing.hs +0/−2
Changelog view
@@ -7,6 +7,11 @@ The following is information about what major changes have gone into each release. +Changes in 2999.13.0.3+----------------------++* Allow usage of transformers-0.3.*. Spotted by **Peter Simons**.+ Changes in 2999.13.0.2 ----------------------
graphviz.cabal view
@@ -1,5 +1,5 @@ Name: graphviz-Version: 2999.13.0.2+Version: 2999.13.0.3 Stability: Beta Synopsis: Bindings to Graphviz for graph visualisation. Description: {@@ -61,7 +61,7 @@ polyparse >= 1.7 && < 1.9, bytestring == 0.9.*, colour == 2.3.*,- transformers == 0.2.*,+ transformers >= 0.2 && < 0.4, text, wl-pprint-text, dlist == 0.5.*
tests/Data/GraphViz/Testing/Properties.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE FlexibleContexts, ScopedTypeVariables #-}+{-# LANGUAGE FlexibleContexts #-} {- | Module : Data.GraphViz.Testing.Properties
utils/TestParsing.hs view
@@ -1,7 +1,5 @@ #!/usr/bin/runhaskell -{-# LANGUAGE ScopedTypeVariables #-}- {- | Module : TestParsing Description : Check if the graphviz parser can parse "real world" Dot code.