packages feed

gtk 0.14.3 → 0.14.4

raw patch · 2 files changed

+4/−11 lines, 2 filessetup-changedPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Setup.hs view
@@ -2,11 +2,7 @@ -- all Gtk2Hs-specific boilerplate is kept in -- gtk2hs-buildtools:Gtk2HsSetup ---import Gtk2HsSetup ( gtk2hsUserHooks, checkGtk2hsBuildtools,-                     typeGenProgram, signalGenProgram, c2hsLocal)+import Gtk2HsSetup ( gtk2hsUserHooks ) import Distribution.Simple ( defaultMainWithHooks ) -main = do-  checkGtk2hsBuildtools [typeGenProgram, signalGenProgram, c2hsLocal]-  defaultMainWithHooks gtk2hsUserHooks-+main = defaultMainWithHooks gtk2hsUserHooks
gtk.cabal view
@@ -1,5 +1,5 @@ Name:           gtk-Version:        0.14.3+Version:        0.14.4 License:        LGPL-2.1 License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team@@ -136,7 +136,7 @@ custom-setup   setup-depends: base >= 4.6,                  Cabal >= 1.24 && < 1.25,-                 gtk2hs-buildtools >= 0.13.1.0 && < 0.14+                 gtk2hs-buildtools >= 0.13.2.0 && < 0.14  Library         build-depends:  base >= 4 && < 5,@@ -150,9 +150,6 @@           cpp-options:    -DHAVE_GIO         if flag(have-quartz-gtk)           cpp-options:    -DHAVE_QUARTZ_GTK--        build-tools:    gtk2hsC2hs >= 0.13.13,-                        gtk2hsHookGenerator, gtk2hsTypeGen          exposed-modules:           Graphics.UI.Gtk