packages feed

gi-soup3 3.0.4 → 3.0.5

raw patch · 4 files changed

+7/−5 lines, 4 filessetup-changed

Files

README.md view
@@ -1,6 +1,6 @@ # Documentation Autogenerated documentation for this package can be found at -[https://hackage.haskell.org/package/gi-soup3-3.0.4/docs/GI-Soup.html](https://hackage.haskell.org/package/gi-soup3-3.0.4/docs/GI-Soup.html)+[https://hackage.haskell.org/package/gi-soup3-3.0.5/docs/GI-Soup.html](https://hackage.haskell.org/package/gi-soup3-3.0.5/docs/GI-Soup.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
@@ -12,8 +12,8 @@   where name = "Soup"         version = "3.0"         pkgName = "gi-soup3"-        pkgVersion = "3.0.4"-        overridesFile = Nothing+        pkgVersion = "3.0.5"+        overridesFile = Just "Soup.overrides"         verbose = False         outputDir = Nothing         inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gio" Gio.overrides]
+ Soup.overrides view
@@ -0,0 +1,2 @@+# Marked as inout, but it should be in.+set-attr Soup/MessageHeadersIter/next/@parameters/iter direction in
gi-soup3.cabal view
@@ -1,5 +1,5 @@ name:                 gi-soup3-version:              3.0.4+version:              3.0.5 synopsis:             Libsoup 3.x bindings description:          Bindings for Libsoup 3.x, autogenerated by haskell-gi. homepage:             https://github.com/haskell-gi/haskell-gi@@ -11,7 +11,7 @@ build-type:           Custom cabal-version:        2.0 -extra-source-files: README.md ChangeLog.md stack.yaml+extra-source-files: README.md ChangeLog.md stack.yaml Soup.overrides  custom-setup       setup-depends: base >= 4.11 && < 5,