plot-gtk 0.1.0.6 → 0.1.0.8
raw patch · 3 files changed
+8/−3 lines, 3 filesdep ~hmatrix
Dependency ranges changed: hmatrix
Files
- CHANGES +3/−0
- lib/Graphics/Rendering/Plot/Gtk.hs +3/−1
- plot-gtk.cabal +2/−2
CHANGES view
@@ -18,3 +18,6 @@ 0.1.0.6: * export destroy method++0.1.0.8:+ * removed hmatrix upper dependency
lib/Graphics/Rendering/Plot/Gtk.hs view
@@ -93,7 +93,9 @@ destroy :: PlotHandle -> IO () destroy (PH _ handle) = do da <- readMVar handle- widgetDestroy da+ Just fr <- widgetGetParent da+ Just wi <- widgetGetParent fr+ widgetDestroy wi -----------------------------------------------------------------------------
plot-gtk.cabal view
@@ -1,5 +1,5 @@ Name: plot-gtk-Version: 0.1.0.6+Version: 0.1.0.8 License: BSD3 License-file: LICENSE Copyright: (c) A.V.H. McPhail 2010@@ -29,7 +29,7 @@ process, glib >= 0.11 && < 0.13, gtk >= 0.11 && < 0.13,- hmatrix >= 0.10 && < 0.12,+ hmatrix >= 0.10, plot < 0.2 Extensions: