plot-gtk 0.2.0.1 → 0.2.0.2
raw patch · 2 files changed
+9/−6 lines, 2 filesdep ~glibdep ~gtkdep ~plot
Dependency ranges changed: glib, gtk, plot
Files
- CHANGES +3/−0
- plot-gtk.cabal +6/−6
CHANGES view
@@ -37,3 +37,6 @@ 0.2.0.1: * remove warnings from Gtk.hs:initGuiOnce++0.2.0.2:+ * allow pango/cairo v0.13
plot-gtk.cabal view
@@ -1,8 +1,8 @@ Name: plot-gtk-Version: 0.2.0.1+Version: 0.2.0.2 License: BSD3 License-file: LICENSE-Copyright: (c) A.V.H. McPhail 2010, 2012+Copyright: (c) A.V.H. McPhail 2010, 2012, 2014 Author: Vivian McPhail Maintainer: haskell.vivian.mcphail <at> gmail <dot> com Stability: experimental@@ -16,7 +16,7 @@ Category: Graphics -Tested-with: GHC==7.4.1+Tested-with: GHC==7.8.3 Cabal-version: >= 1.8 Build-type: Simple @@ -27,10 +27,10 @@ Build-Depends: base >= 4 && < 5, mtl, process,- glib >= 0.11 && < 0.13,- gtk >= 0.11 && < 0.13,+ glib >= 0.11 && < 0.14,+ gtk >= 0.11 && < 0.14, hmatrix >= 0.10,- plot < 0.2+ plot < 0.3 Extensions: