packages feed

gi-pango 1.0.25 → 1.0.26

raw patch · 4 files changed

+11/−4 lines, 4 filesdep +gi-giosetup-changedPVP ok

version bump matches the API change (PVP)

Dependencies added: gi-gio

API changes (from Hackage documentation)

+ GI.Pango.Objects.FontFamily: getFontFamilyItemType :: (MonadIO m, IsFontFamily o) => o -> m GType
+ GI.Pango.Objects.FontFamily: getFontFamilyNItems :: (MonadIO m, IsFontFamily o) => o -> m Word32
+ GI.Pango.Objects.FontMap: getFontMapItemType :: (MonadIO m, IsFontMap o) => o -> m GType
+ GI.Pango.Objects.FontMap: getFontMapNItems :: (MonadIO m, IsFontMap o) => o -> m Word32
+ GI.Pango.Structs.Matrix: matrixGetSlantRatio :: (HasCallStack, MonadIO m) => Matrix -> m Double

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+### 1.0.26+++ Add a dependency on gi-gio, see https://github.com/haskell-gi/haskell-gi/issues/386 for context.+ ### 1.0.25  + Update to haskell-gi(-base)-0.26
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.25/docs/GI-Pango.html](https://hackage.haskell.org/package/gi-pango-1.0.25/docs/GI-Pango.html)+[https://hackage.haskell.org/package/gi-pango-1.0.26/docs/GI-Pango.html](https://hackage.haskell.org/package/gi-pango-1.0.26/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).
Setup.hs view
@@ -4,6 +4,7 @@  import qualified GI.GLib.Config as GLib import qualified GI.GObject.Config as GObject+import qualified GI.Gio.Config as Gio import qualified GI.HarfBuzz.Config as HarfBuzz  @@ -12,8 +13,8 @@   where name = "Pango"         version = "1.0"         pkgName = "gi-pango"-        pkgVersion = "1.0.25"+        pkgVersion = "1.0.26"         overridesFile = Just "Pango.overrides"         verbose = False         outputDir = Nothing-        inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:HarfBuzz" HarfBuzz.overrides]+        inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gio" Gio.overrides, TaggedOverride "inherited:HarfBuzz" HarfBuzz.overrides]
gi-pango.cabal view
@@ -1,5 +1,5 @@ name:                 gi-pango-version:              1.0.25+version:              1.0.26 synopsis:             Pango bindings description:          Bindings for Pango, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -18,6 +18,7 @@                      Cabal >= 1.24,                      haskell-gi >= 0.26 && < 0.27,                      gi-gobject == 2.0.*,+                     gi-gio == 2.0.*,                      gi-glib == 2.0.*,                      gi-harfbuzz == 0.0.* @@ -33,6 +34,7 @@                      haskell-gi >= 0.26 && < 0.27,                      haskell-gi-overloading < 1.1,                      gi-gobject == 2.0.*,+                     gi-gio == 2.0.*,                      gi-glib == 2.0.*,                      gi-harfbuzz == 0.0.*,                      bytestring >= 0.10 && < 1,