packages feed

glib 0.13.8.1 → 0.13.8.2

raw patch · 1 files changed

+5/−5 lines, 1 filesdep ~bytestringPVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: bytestring

API changes (from Hackage documentation)

- System.Glib.GObject: mkGObject :: () => (ForeignPtr GObject -> GObject, FinalizerPtr a)
+ System.Glib.GObject: mkGObject :: (ForeignPtr GObject -> GObject, FinalizerPtr a)

Files

glib.cabal view
@@ -1,12 +1,12 @@+cabal-version:  3.0 Name:           glib-Version:        0.13.8.1-License:        LGPL-2.1+Version:        0.13.8.2+License:        LGPL-2.1-only License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team Author:         Axel Simon, Duncan Coutts Maintainer:     gtk2hs-users@lists.sourceforge.net Build-Type:     Custom-Cabal-Version:  >= 1.24 Stability:      stable homepage:       http://projects.haskell.org/gtk2hs/ bug-reports:    https://github.com/gtk2hs/gtk2hs/issues@@ -32,13 +32,13 @@  custom-setup   setup-depends: base >= 4.6,-                 Cabal >= 1.24 && < 3.3,+                 Cabal >= 2.0 && < 3.7,                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14  Library         build-depends:  base >= 4 && < 5,                         utf8-string >= 0.2 && < 1.1,-                        bytestring >= 0.9.1.10 && < 0.11,+                        bytestring >= 0.9.1.10 && < 0.12,                         text >= 1.0.0.0 && < 1.3,                         containers         cpp-options:    -U__BLOCKS__ -DGLIB_DISABLE_DEPRECATION_WARNINGS