packages feed

gi-vte 2.91.33 → 2.91.34

raw patch · 3 files changed

+13/−11 lines, 3 filesdep +gi-gdk3dep +gi-gtk3dep −gi-gdkdep −gi-gtkdep ~haskell-gisetup-changed

Dependencies added: gi-gdk3, gi-gtk3

Dependencies removed: gi-gdk, gi-gtk

Dependency ranges changed: haskell-gi

Files

README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-vte-2.91.33/docs/GI-Vte.html](https://hackage.haskell.org/package/gi-vte-2.91.33/docs/GI-Vte.html)+[https://hackage.haskell.org/package/gi-vte-2.91.34/docs/GI-Vte.html](https://hackage.haskell.org/package/gi-vte-2.91.34/docs/GI-Vte.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
@@ -17,7 +17,7 @@   where name = "Vte"         version = "2.91"         pkgName = "gi-vte"-        pkgVersion = "2.91.33"+        pkgVersion = "2.91.34"         overridesFile = Just "Vte.overrides"         verbose = False         outputDir = Nothing
gi-vte.cabal view
@@ -1,5 +1,5 @@ name:                 gi-vte-version:              2.91.33+version:              2.91.34 synopsis:             Vte bindings description:          Bindings for Vte, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -16,11 +16,11 @@ custom-setup       setup-depends: base >= 4.11 && < 5,                      Cabal >= 1.24 && < 4,-                     haskell-gi >= 0.26.9 && < 0.27,+                     haskell-gi >= 0.26.14 && < 0.27,                      gi-pango == 1.0.*,-                     gi-gtk == 3.0.*,+                     gi-gtk3,                      gi-gio == 2.0.*,-                     gi-gdk == 3.0.*,+                     gi-gdk3,                      gi-gobject == 2.0.*,                      gi-glib == 2.0.*,                      gi-atk == 2.0.*,@@ -35,12 +35,12 @@       pkgconfig-depends: vte-2.91       build-depends: base >= 4.7 && <5,                      haskell-gi-base >= 0.26 && < 0.27,-                     haskell-gi >= 0.26.9 && < 0.27,+                     haskell-gi >= 0.26.14 && < 0.27,                      haskell-gi-overloading < 1.1,                      gi-pango == 1.0.*,-                     gi-gtk == 3.0.*,+                     gi-gtk3,                      gi-gio == 2.0.*,-                     gi-gdk == 3.0.*,+                     gi-gdk3,                      gi-gobject == 2.0.*,                      gi-glib == 2.0.*,                      gi-atk == 2.0.*,@@ -74,7 +74,8 @@                        GI.Vte.Structs,                        GI.Vte.Structs.CharAttributes,                        GI.Vte.Structs.EventContext,-                       GI.Vte.Structs.Regex+                       GI.Vte.Structs.Regex,+                       GI.Vte.Structs.Uuid        autogen-modules: GI.Vte.Config,                        GI.Vte,@@ -89,4 +90,5 @@                        GI.Vte.Structs,                        GI.Vte.Structs.CharAttributes,                        GI.Vte.Structs.EventContext,-                       GI.Vte.Structs.Regex+                       GI.Vte.Structs.Regex,+                       GI.Vte.Structs.Uuid