gi-pango 1.0.11 → 1.0.12
raw patch · 4 files changed
+12/−3 lines, 4 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- GI.Pango.Objects.Layout: instance (p ~ (), o ~ Data.GI.Base.Overloading.MethodResolutionFailed "getSize" GI.Pango.Objects.Layout.Layout) => Data.GI.Base.Overloading.MethodInfo GI.Pango.Objects.Layout.LayoutGetSizeMethodInfo o p
+ GI.Pango.Objects.Layout: instance (signature ~ m (GHC.Int.Int32, GHC.Int.Int32), Control.Monad.IO.Class.MonadIO m, GI.Pango.Objects.Layout.IsLayout a) => Data.GI.Base.Overloading.MethodInfo GI.Pango.Objects.Layout.LayoutGetSizeMethodInfo a signature
+ GI.Pango.Objects.Layout: layoutGetSize :: (HasCallStack, MonadIO m, IsLayout a) => a -> m (Int32, Int32)
Files
- ChangeLog.md +3/−0
- Pango.overrides +6/−0
- README.md +1/−1
- gi-pango.cabal +2/−2
+ ChangeLog.md view
@@ -0,0 +1,3 @@+### 1.0.12++Fix [#78](https://github.com/haskell-gi/haskell-gi/issues/78). This makes the [layoutGetSize](https://hackage.haskell.org/package/gi-pango/docs/GI-Pango-Objects-Layout.html#v:layoutGetSize) method available.
Pango.overrides view
@@ -7,6 +7,12 @@ # https://mail.gnome.org/archives/gir-devel-list/2016-October/msg00000.html set-attr Pango/Matrix/transform_pixel_rectangle/@parameters/rect direction in +# Wrongly annotated as caller-allocates+# https://github.com/haskell-gi/haskell-gi/issues/78+# https://bugzilla.gnome.org/show_bug.cgi?id=779232+set-attr Pango/Layout/get_size/@parameters/width caller-allocates 0+set-attr Pango/Layout/get_size/@parameters/height caller-allocates 0+ set-attr Pango/AttrFontDesc/new introspectable 1 set-attr Pango/AttrFontFeatures/new introspectable 1 set-attr Pango/AttrLanguage/new introspectable 1
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -https://hackage.haskell.org/package/gi-pango-1.0.11/docs/GI-Pango.html+[https://hackage.haskell.org/package/gi-pango-1.0.12/docs/GI-Pango.html](https://hackage.haskell.org/package/gi-pango-1.0.12/docs/GI-Pango.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-pango.cabal view
@@ -1,5 +1,5 @@ name: gi-pango-version: 1.0.11+version: 1.0.12 synopsis: Pango bindings description: Bindings for Pango, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -11,7 +11,7 @@ build-type: Custom cabal-version: >= 1.24 -extra-source-files: README.md stack.yaml Pango.overrides+extra-source-files: README.md ChangeLog.md stack.yaml Pango.overrides custom-setup setup-depends: base >= 4.7 && < 5,