plot-gtk 0.1.0.5 → 0.1.0.6
raw patch · 3 files changed
+5/−2 lines, 3 filesPVP: minor bump suggested
API additions: PVP suggests at least a minor version bump
API changes (from Hackage documentation)
+ Graphics.Rendering.Plot.Gtk: destroy :: PlotHandle -> IO ()
Files
- CHANGES +3/−0
- lib/Graphics/Rendering/Plot/Gtk.hs +1/−1
- plot-gtk.cabal +1/−1
CHANGES view
@@ -15,3 +15,6 @@ 0.1.0.5: * added a destroy method++0.1.0.6:+ * export destroy method
lib/Graphics/Rendering/Plot/Gtk.hs view
@@ -15,7 +15,7 @@ module Graphics.Rendering.Plot.Gtk ( -- * Interface PlotHandle()- , display+ , display, destroy , withPlotHandle , writePlotHandle -- * Example
plot-gtk.cabal view
@@ -1,5 +1,5 @@ Name: plot-gtk-Version: 0.1.0.5+Version: 0.1.0.6 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010