packages feed

gtk3-mac-integration 0.3.3.1 → 0.3.4.0

raw patch · 2 files changed

+3/−10 lines, 2 filessetup-changed

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
gtk3-mac-integration.cabal view
@@ -1,5 +1,5 @@ Name:           gtk3-mac-integration-Version:        0.3.3.1+Version:        0.3.4.0 License:        LGPL-2.1 License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team@@ -45,9 +45,6 @@         build-depends:  base >= 4 && < 5, array -any, containers -any, mtl -any,                         glib  >=0.13.0.0 && <0.14,                         gtk3  >=0.13.0.0 && <0.15--        build-tools:    gtk2hsC2hs >= 0.13.11,-                        gtk2hsHookGenerator, gtk2hsTypeGen          exposed-modules:           Graphics.UI.Gtk.OSX