xdot 0.2.4 → 0.2.4.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- src/Graphics/XDot/Viewer.hs +2/−2
- xdot.cabal +1/−1
src/Graphics/XDot/Viewer.hs view
@@ -14,8 +14,8 @@ import Graphics.XDot.Types hiding (w, h, filled, alignment, text, name, size) -import Graphics.UI.Gtk hiding (Color, Rectangle, descent, Object)-import Graphics.Rendering.Cairo+import Graphics.UI.Gtk hiding (Color, Rectangle, descent, Object, draw)+import Graphics.Rendering.Cairo hiding (x, y) import Control.Monad.State hiding (State) import qualified Control.Monad.State as MS
xdot.cabal view
@@ -1,5 +1,5 @@ name: xdot-version: 0.2.4+version: 0.2.4.1 license: BSD3 license-file: LICENSE category: Graphs, Graphics