Changelog for gi-gdkpixbuf-2.0.24
2.0.24
- Upgrade to haskell-gi-base-0.24
2.0.23
- Update for haskell-gi(-base)-0.23
2.0.22
- Add support for inherited dependencies
2.0.21
- Tighten bounds in haskell-gi(-base)
2.0.20
- List autogenerated modules in .cabal file
2.0.19
- Update to haskell-gi(-base) 0.22
2.0.18
- The return value of pixbufLoaderGetPixbuf is nullable, but was not marked as such.
2.0.17
- Update stack version to 12.10
2.0.16
- Fix introspection data for the
filename
parameters ofpixbufAnimationNewFromFile
,pixbufNewFromFile
,pixbufNewFromFileAtSize
,pixbufNewFromFileAtScale
,pixbufGetFileInfo
,pixbufGetFileInfoAsync
andpixbufSavev
. Fixes issue #160.
2.0.15
- Remove enable-overloading flags, and use instead explicit CPP checks for 'haskell-gi-overloading-1.0', see how to disable overloading.
2.0.15
- Fix introspection info for pixbufNew, pixbufCopy, pixbufCompositeColorSimple and pixbufScaleSimple. The return values in all these cases can be null, but were not marked as such. See https://github.com/haskell-gi/haskell-gi/issues/127.