haskell-gi 0.24.6 → 0.24.7
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~haskell-gi-base
Dependency ranges changed: haskell-gi-base
Files
- haskell-gi.cabal +2/−2
haskell-gi.cabal view
@@ -1,5 +1,5 @@ name: haskell-gi-version: 0.24.6+version: 0.24.7 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.@@ -33,7 +33,7 @@ default-language: Haskell2010 pkgconfig-depends: gobject-introspection-1.0 >= 1.32, gobject-2.0 >= 2.32 build-depends: base >= 4.9 && < 5,- haskell-gi-base >= 0.24.2 && <0.25,+ haskell-gi-base >= 0.24.5 && <0.25, Cabal >= 1.24, attoparsec >= 0.13, containers,