gi-pangocairo 1.0.27 → 1.0.28
raw patch · 4 files changed
+12/−5 lines, 4 filesdep +gi-giosetup-changedPVP ok
version bump matches the API change (PVP)
Dependencies added: gi-gio
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- README.md +1/−1
- Setup.hs +3/−2
- gi-pangocairo.cabal +4/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+### 1.0.28+++ Add dependency on gi-gio+ ### 1.0.27 + Relax constraint on text
README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-pangocairo-1.0.27/docs/GI-PangoCairo.html](https://hackage.haskell.org/package/gi-pangocairo-1.0.27/docs/GI-PangoCairo.html)+[https://hackage.haskell.org/package/gi-pangocairo-1.0.28/docs/GI-PangoCairo.html](https://hackage.haskell.org/package/gi-pangocairo-1.0.28/docs/GI-PangoCairo.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.Pango.Config as Pango import qualified GI.Cairo.Config as Cairo @@ -13,8 +14,8 @@ where name = "PangoCairo" version = "1.0" pkgName = "gi-pangocairo"- pkgVersion = "1.0.27"+ pkgVersion = "1.0.28" overridesFile = Just "PangoCairo.overrides" verbose = False outputDir = Nothing- inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Pango" Pango.overrides, TaggedOverride "inherited:Cairo" Cairo.overrides]+ inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gio" Gio.overrides, TaggedOverride "inherited:Pango" Pango.overrides, TaggedOverride "inherited:Cairo" Cairo.overrides]
gi-pangocairo.cabal view
@@ -1,5 +1,5 @@ name: gi-pangocairo-version: 1.0.27+version: 1.0.28 synopsis: PangoCairo bindings description: Bindings for PangoCairo, autogenerated by haskell-gi. homepage: https://github.com/haskell-gi/haskell-gi@@ -20,7 +20,8 @@ gi-cairo == 1.0.*, gi-pango == 1.0.*, gi-gobject == 2.0.*,- gi-glib == 2.0.*+ gi-glib == 2.0.*,+ gi-gio == 2.0.* library default-language: Haskell2010@@ -37,6 +38,7 @@ gi-pango == 1.0.*, gi-gobject == 2.0.*, gi-glib == 2.0.*,+ gi-gio == 2.0.*, bytestring >= 0.10 && < 1, containers >= 0.5 && < 1, text >= 1.0 && < 3,