packages feed

glib 0.13.5.0 → 0.13.6.0

raw patch · 1 files changed

+2/−2 lines, 1 filesPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

API changes (from Hackage documentation)

- System.Glib.GDateTime: type GDateJulianDay = CUInt
+ System.Glib.GDateTime: type GDateJulianDay = (CUInt)
- System.Glib.GDateTime: type GTimeValPart = CLong
+ System.Glib.GDateTime: type GTimeValPart = (CLong)
- System.Glib.GObject: mkGObject :: (ForeignPtr GObject -> GObject, FinalizerPtr a)
+ System.Glib.GObject: mkGObject :: () => (ForeignPtr GObject -> GObject, FinalizerPtr a)
- System.Glib.GObject: type Quark = CUInt
+ System.Glib.GObject: type Quark = (CUInt)
- System.Glib.GType: type GType = CULong
+ System.Glib.GType: type GType = (CULong)
- System.Glib.MainLoop: type HandlerId = CUInt
+ System.Glib.MainLoop: type HandlerId = (CUInt)

Files

glib.cabal view
@@ -1,5 +1,5 @@ Name:           glib-Version:        0.13.5.0+Version:        0.13.6.0 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.1,+                 Cabal >= 1.24 && < 2.3,                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14  Library