graphviz 2999.13.0.1 → 2999.13.0.2
raw patch · 3 files changed
+9/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Changelog +7/−0
- Data/GraphViz/Types.hs +1/−1
- graphviz.cabal +1/−1
Changelog view
@@ -7,6 +7,13 @@ The following is information about what major changes have gone into each release. +Changes in 2999.13.0.2+----------------------++* The `String` instance for `ToGraphID` requires the+ `TypeSynonymInstances` pragma (at least on GHC < 7.4). Spotted by+ **Gregory Guthrie**.+ Changes in 2999.13.0.1 ----------------------
Data/GraphViz/Types.hs view
@@ -1,4 +1,4 @@-{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances #-}+{-# LANGUAGE MultiParamTypeClasses, FlexibleInstances, TypeSynonymInstances #-} {- | Module : Data.GraphViz.Types
graphviz.cabal view
@@ -1,5 +1,5 @@ Name: graphviz-Version: 2999.13.0.1+Version: 2999.13.0.2 Stability: Beta Synopsis: Bindings to Graphviz for graph visualisation. Description: {