haskell-gi 0.24.3 → 0.24.4
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~ansi-terminalPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: ansi-terminal
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- haskell-gi.cabal +2/−2
ChangeLog.md view
@@ -1,3 +1,7 @@+### 0.24.4+++ Relax bound on ansi-terminal.+ ### 0.24.3 + Provide type init functions for GParamSpec types. This solves a puzzling linker error saying that the "intern" symbol could not be resolved, see [issue 297](https://github.com/haskell-gi/haskell-gi/issues/297) and [issue 298](https://github.com/haskell-gi/haskell-gi/issues/298).
haskell-gi.cabal view
@@ -1,5 +1,5 @@ name: haskell-gi-version: 0.24.3+version: 0.24.4 synopsis: Generate Haskell bindings for GObject Introspection capable libraries description: Generate Haskell bindings for GObject Introspection capable libraries. This includes most notably Gtk+, but many other libraries in the GObject ecosystem provide introspection data too.@@ -42,7 +42,7 @@ mtl >= 2.2, transformers >= 0.3, pretty-show,- ansi-terminal ^>= 0.10,+ ansi-terminal >= 0.10, process, safe, bytestring,