packages feed

gi-gdkpixbuf 2.0.22 → 2.0.23

raw patch · 3 files changed

+15/−9 lines, 3 filesdep ~haskell-gidep ~haskell-gi-basePVP: major bump suggested

API removals or changes: PVP suggests a major version bump

Dependency ranges changed: haskell-gi, haskell-gi-base

API changes (from Hackage documentation)

+ GI.GdkPixbuf.Constants: pattern PIXBUF_FEATURES_H :: Int32
+ GI.GdkPixbuf.Constants: pattern PIXBUF_MAJOR :: Int32
+ GI.GdkPixbuf.Constants: pattern PIXBUF_MICRO :: Int32
+ GI.GdkPixbuf.Constants: pattern PIXBUF_MINOR :: Int32
+ GI.GdkPixbuf.Constants: pattern PIXBUF_VERSION :: Text
+ GI.GdkPixbuf.Objects.Pixbuf: instance Data.GI.Base.GValue.IsGValue GI.GdkPixbuf.Objects.Pixbuf.Pixbuf
+ GI.GdkPixbuf.Objects.Pixbuf: instance GHC.Classes.Eq GI.GdkPixbuf.Objects.Pixbuf.Pixbuf
+ GI.GdkPixbuf.Objects.PixbufAnimation: instance Data.GI.Base.GValue.IsGValue GI.GdkPixbuf.Objects.PixbufAnimation.PixbufAnimation
+ GI.GdkPixbuf.Objects.PixbufAnimation: instance GHC.Classes.Eq GI.GdkPixbuf.Objects.PixbufAnimation.PixbufAnimation
+ GI.GdkPixbuf.Objects.PixbufAnimationIter: instance Data.GI.Base.GValue.IsGValue GI.GdkPixbuf.Objects.PixbufAnimationIter.PixbufAnimationIter
+ GI.GdkPixbuf.Objects.PixbufAnimationIter: instance GHC.Classes.Eq GI.GdkPixbuf.Objects.PixbufAnimationIter.PixbufAnimationIter
+ GI.GdkPixbuf.Objects.PixbufLoader: instance Data.GI.Base.GValue.IsGValue GI.GdkPixbuf.Objects.PixbufLoader.PixbufLoader
+ GI.GdkPixbuf.Objects.PixbufLoader: instance GHC.Classes.Eq GI.GdkPixbuf.Objects.PixbufLoader.PixbufLoader
+ GI.GdkPixbuf.Objects.PixbufSimpleAnim: instance Data.GI.Base.GValue.IsGValue GI.GdkPixbuf.Objects.PixbufSimpleAnim.PixbufSimpleAnim
+ GI.GdkPixbuf.Objects.PixbufSimpleAnim: instance GHC.Classes.Eq GI.GdkPixbuf.Objects.PixbufSimpleAnim.PixbufSimpleAnim
+ GI.GdkPixbuf.Objects.PixbufSimpleAnimIter: instance Data.GI.Base.GValue.IsGValue GI.GdkPixbuf.Objects.PixbufSimpleAnimIter.PixbufSimpleAnimIter
+ GI.GdkPixbuf.Objects.PixbufSimpleAnimIter: instance GHC.Classes.Eq GI.GdkPixbuf.Objects.PixbufSimpleAnimIter.PixbufSimpleAnimIter
+ GI.GdkPixbuf.Structs.PixbufFormat: instance Data.GI.Base.GValue.IsGValue GI.GdkPixbuf.Structs.PixbufFormat.PixbufFormat
+ GI.GdkPixbuf.Structs.PixbufFormat: instance GHC.Classes.Eq GI.GdkPixbuf.Structs.PixbufFormat.PixbufFormat
- GI.GdkPixbuf.Callbacks: type PixbufDestroyNotify = Ptr Word8 " /@pixels@/: The pixel array of the pixbuf that is being finalized. " -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufDestroyNotify = Ptr Word8 " /@pixels@/: The pixel array of the pixbuf that is being finalized." -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufDestroyNotify_WithClosures = Ptr Word8 " /@pixels@/: The pixel array of the pixbuf that is being finalized. " -> Ptr () " /@data@/: User closure data. " -> IO ()
+ GI.GdkPixbuf.Callbacks: type PixbufDestroyNotify_WithClosures = Ptr Word8 " /@pixels@/: The pixel array of the pixbuf that is being finalized." -> Ptr () " /@data@/: User closure data." -> IO ()
- GI.GdkPixbuf.Callbacks: type PixbufSaveFunc = ByteString " /@buf@/: bytes to be written. " -> IO ((Bool, GError)) " __Returns:__ 'True' if successful, 'False' (with /@error@/ set) if failed. "
+ GI.GdkPixbuf.Callbacks: type PixbufSaveFunc = ByteString " /@buf@/: bytes to be written." -> IO ((Bool, GError)) " __Returns:__ 'P.True' if successful, 'P.False' (with /@error@/ set) if failed."
- GI.GdkPixbuf.Callbacks: type PixbufSaveFunc_WithClosures = ByteString " /@buf@/: bytes to be written. " -> Ptr () " /@data@/: user data passed to @/gdk_pixbuf_save_to_callback()/@. " -> IO ((Bool, GError)) " __Returns:__ 'True' if successful, 'False' (with /@error@/ set) if failed. "
+ GI.GdkPixbuf.Callbacks: type PixbufSaveFunc_WithClosures = ByteString " /@buf@/: bytes to be written." -> Ptr () " /@data@/: user data passed to @/gdk_pixbuf_save_to_callback()/@." -> IO ((Bool, GError)) " __Returns:__ 'P.True' if successful, 'P.False' (with /@error@/ set) if failed."
- GI.GdkPixbuf.Objects.PixbufLoader: type PixbufLoaderAreaUpdatedCallback = Int32 " /@x@/: X offset of upper-left corner of the updated area. " -> Int32 " /@y@/: Y offset of upper-left corner of the updated area. " -> Int32 " /@width@/: Width of updated area. " -> Int32 " /@height@/: Height of updated area. " -> IO ()
+ GI.GdkPixbuf.Objects.PixbufLoader: type PixbufLoaderAreaUpdatedCallback = Int32 " /@x@/: X offset of upper-left corner of the updated area." -> Int32 " /@y@/: Y offset of upper-left corner of the updated area." -> Int32 " /@width@/: Width of updated area." -> Int32 " /@height@/: Height of updated area." -> IO ()
- GI.GdkPixbuf.Objects.PixbufLoader: type PixbufLoaderSizePreparedCallback = Int32 " /@width@/: the original width of the image " -> Int32 " /@height@/: the original height of the image " -> IO ()
+ GI.GdkPixbuf.Objects.PixbufLoader: type PixbufLoaderSizePreparedCallback = Int32 " /@width@/: the original width of the image" -> Int32 " /@height@/: the original height of the image" -> IO ()

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+### 2.0.23+++ Update for haskell-gi(-base)-0.23+ ### 2.0.22  + Add support for inherited dependencies
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.22/docs/GI-GdkPixbuf.html](https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.22/docs/GI-GdkPixbuf.html)+[https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.23/docs/GI-GdkPixbuf.html](https://hackage.haskell.org/package/gi-gdkpixbuf-2.0.23/docs/GI-GdkPixbuf.html)  For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
gi-gdkpixbuf.cabal view
@@ -1,12 +1,12 @@ name:                 gi-gdkpixbuf-version:              2.0.22+version:              2.0.23 synopsis:             GdkPixbuf bindings description:          Bindings for GdkPixbuf, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi license:              LGPL-2.1 license-file:         LICENSE author:               Will Thompson, Iñaki García Etxebarria and Jonas Platte-maintainer:           Iñaki García Etxebarria (inaki@blueleaf.cc)+maintainer:           Iñaki García Etxebarria category:             Bindings build-type:           Custom cabal-version:        1.24@@ -16,7 +16,7 @@ custom-setup       setup-depends: base >= 4.9 && < 5,                      Cabal >= 1.24,-                     haskell-gi >= 0.22.5 && < 0.23,+                     haskell-gi >= 0.23 && < 0.24,                      gi-gio == 2.0.*,                      gi-gobject == 2.0.*,                      gi-glib == 2.0.*@@ -24,13 +24,13 @@ library       default-language: Haskell2010       default-extensions: NoImplicitPrelude, ScopedTypeVariables, CPP, OverloadedStrings, NegativeLiterals, ConstraintKinds, TypeFamilies, MultiParamTypeClasses, KindSignatures, FlexibleInstances, UndecidableInstances, DataKinds, FlexibleContexts, UndecidableSuperClasses-      other-extensions: PatternSynonyms, ViewPatterns+      other-extensions: PatternSynonyms, ViewPatterns, TypeApplications       ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations        pkgconfig-depends: gdk-pixbuf-2.0       build-depends: base >= 4.7 && <5,-                     haskell-gi-base >= 0.22.0 && < 0.23,-                     haskell-gi >= 0.22.5 && < 0.23,+                     haskell-gi-base >= 0.23 && < 0.24,+                     haskell-gi >= 0.23.0 && < 0.24,                      haskell-gi-overloading < 1.1,                      gi-gio == 2.0.*,                      gi-gobject == 2.0.*,@@ -51,7 +51,8 @@       -- to be built will be built at configure time, based on the       -- available introspection data. -      exposed-modules: GI.GdkPixbuf,+      exposed-modules: GI.GdkPixbuf.Config,+                       GI.GdkPixbuf,                        GI.GdkPixbuf.Callbacks,                        GI.GdkPixbuf.Constants,                        GI.GdkPixbuf.Enums,@@ -65,7 +66,8 @@                        GI.GdkPixbuf.Structs,                        GI.GdkPixbuf.Structs.PixbufFormat -      autogen-modules: GI.GdkPixbuf,+      autogen-modules: GI.GdkPixbuf.Config,+                       GI.GdkPixbuf,                        GI.GdkPixbuf.Callbacks,                        GI.GdkPixbuf.Constants,                        GI.GdkPixbuf.Enums,