gi-cairo 1.0.16 → 1.0.17
raw patch · 4 files changed
+7/−3 lines, 4 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- GI.Cairo.Structs.Matrix: instance Data.GI.Base.BasicTypes.WrappedPtr GI.Cairo.Structs.Matrix.Matrix
+ GI.Cairo.Structs.Matrix: instance Data.GI.Base.BasicTypes.BoxedObject GI.Cairo.Structs.Matrix.Matrix
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- cairo.overrides +1/−1
- gi-cairo.cabal +1/−1
ChangeLog.md view
@@ -1,3 +1,7 @@+### 1.0.17+++ Add an override for [`Cairo.Matrix`](https://hackage.haskell.org/package/gi-cairo/docs/GI-Cairo-Structs-Matrix.html): it is a boxed type, but it was not properly annotated as such in the introspection data.+ ### 1.0.16 + Enable override for cairo/FontOptions, due to wrong cairo-1.0.gir file
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-cairo-1.0.16/docs/GI-Cairo.html](https://hackage.haskell.org/package/gi-cairo-1.0.16/docs/GI-Cairo.html)+[https://hackage.haskell.org/package/gi-cairo-1.0.17/docs/GI-Cairo.html](https://hackage.haskell.org/package/gi-cairo-1.0.17/docs/GI-Cairo.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).
cairo.overrides view
@@ -1,4 +1,4 @@ namespace cairo set-attr cairo/FontOptions glib:get-type cairo_gobject_font_options_get_type-+set-attr cairo/Matrix glib:get-type cairo_gobject_matrix_get_type
gi-cairo.cabal view
@@ -1,5 +1,5 @@ name: gi-cairo-version: 1.0.16+version: 1.0.17 synopsis: Cairo bindings description: Bindings for Cairo, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi