prettyprinter-graphviz 0.1.0.0 → 0.1.0.1
raw patch · 3 files changed
+5/−3 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- README.md +3/−1
- prettyprinter-graphviz.cabal +1/−1
- src/Data/Text/Prettyprint/Doc/Render/GraphViz.hs +1/−1
README.md view
@@ -1,5 +1,7 @@-pretty-printing for GraphViz labels+GraphViz pretty-printing ===================================++http://hackage.haskell.org/package/prettyprinter-graphviz Just some simple utility functions for hooking up the Haskell libraries [graphviz](https://hackage.haskell.org/package/graphviz) and [prettyprinter](https://hackage.haskell.org/package/prettyprinter).
prettyprinter-graphviz.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: prettyprinter-graphviz-version: 0.1.0.0+version: 0.1.0.1 synopsis: a prettyprinter backend for graphviz description: Contains utility functions for rendering pretty GraphViz labels. homepage: https://github.com/georgefst/prettyprinter-graphviz
src/Data/Text/Prettyprint/Doc/Render/GraphViz.hs view
@@ -63,6 +63,6 @@ [] -> e _ : xs -> xs --- | Helper for rendering an individual 'TextItem'.+-- | Helper for rendering an individual 'H.TextItem'. renderText :: H.Attributes -> T.Text -> H.TextItem renderText cs = H.Font cs . pure . H.Str . TL.fromStrict