xdot 0.2.4.5 → 0.2.4.6
raw patch · 2 files changed
+5/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- src/Graphics/XDot/Viewer.hs +4/−1
- xdot.cabal +1/−1
src/Graphics/XDot/Viewer.hs view
@@ -14,7 +14,10 @@ import Graphics.XDot.Types hiding (w, h, filled, alignment, text, name, size) -import Graphics.UI.Gtk hiding (Color, Rectangle, descent, Object, draw)+import Graphics.UI.Gtk (PangoRectangle(..), layoutSetFontDescription,+ layoutGetExtents, layoutContextChanged, fontDescriptionFromString,+ fontDescriptionSetSize, showLayout, cairoContextSetFontOptions,+ cairoContextGetFontOptions, layoutGetContext, createLayout) import Graphics.Rendering.Cairo hiding (x, y) import Control.Monad.State hiding (State)
xdot.cabal view
@@ -1,5 +1,5 @@ name: xdot-version: 0.2.4.5+version: 0.2.4.6 license: BSD3 license-file: LICENSE category: Graphs, Graphics