packages feed

glib 0.13.3.0 → 0.13.4.0

raw patch · 2 files changed

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

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Setup.hs view
@@ -2,10 +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 [c2hsLocal]-  defaultMainWithHooks gtk2hsUserHooks+main = defaultMainWithHooks gtk2hsUserHooks
glib.cabal view
@@ -1,5 +1,5 @@ Name:           glib-Version:        0.13.3.0+Version:        0.13.4.0 License:        LGPL-2.1 License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team@@ -33,7 +33,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,@@ -41,7 +41,6 @@                         bytestring >= 0.9.1.10 && < 0.11,                         text >= 1.0.0.0 && < 1.3,                         containers-        build-tools:    gtk2hsC2hs >= 0.13.13         cpp-options:    -U__BLOCKS__         if os(darwin)           cpp-options: -D__attribute__(A)=