packages feed

glib 0.13.7.0 → 0.13.7.1

raw patch · 1 files changed

+4/−4 lines, 1 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

glib.cabal view
@@ -1,5 +1,5 @@ Name:           glib-Version:        0.13.7.0+Version:        0.13.7.1 License:        LGPL-2.1 License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team@@ -32,7 +32,7 @@  custom-setup   setup-depends: base >= 4.6,-                 Cabal >= 1.24 && < 2.5,+                 Cabal >= 1.24 && < 3.1,                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14  Library@@ -41,9 +41,9 @@                         bytestring >= 0.9.1.10 && < 0.11,                         text >= 1.0.0.0 && < 1.3,                         containers-        cpp-options:    -U__BLOCKS__+        cpp-options:    -U__BLOCKS__ -D__attribute__(A)=         if os(darwin) || os(freebsd)-          cpp-options: -D__attribute__(A)= -D_Nullable= -D_Nonnull= -D_Noreturn=+          cpp-options: -D_Nullable= -D_Nonnull= -D_Noreturn=         if flag(closure_signals)           cpp-options:  -DUSE_GCLOSURE_SIGNALS_IMPL           c-sources: System/Glib/hsgclosure.c