gi-vte 2.91.12 → 2.91.13
raw patch · 4 files changed
+9/−3 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +3/−0
- README.md +1/−1
- Vte.overrides +3/−0
- gi-vte.cabal +2/−2
+ ChangeLog.md view
@@ -0,0 +1,3 @@+### 2.91.13++Do not generate code for Terminal.event_check_regex_simple, since it has wrong introspection data.
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.12/docs/GI-Vte.html+[https://hackage.haskell.org/package/gi-vte-2.91.13/docs/GI-Vte.html](https://hackage.haskell.org/package/gi-vte-2.91.13/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).
Vte.overrides view
@@ -3,3 +3,6 @@ # This function is deprecated, does nothing, and the introspection # data is wrong. ignore Terminal.event_check_gregex_simple++# Wrong introspection data.+ignore Terminal.event_check_regex_simple
gi-vte.cabal view
@@ -1,5 +1,5 @@ name: gi-vte-version: 2.91.12+version: 2.91.13 synopsis: Vte bindings description: Bindings for Vte, 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 Vte.overrides+extra-source-files: README.md ChangeLog.md stack.yaml Vte.overrides custom-setup setup-depends: base >= 4.7 && < 5,