packages feed

gio 0.13.8.2 → 0.13.10.0

raw patch · 1 files changed

+8/−4 lines, 1 filesdep ~arraydep ~bytestringdep ~containersPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: array, bytestring, containers, mtl

API changes (from Hackage documentation)

+ System.GIO.Enums: AskPasswordTcrypt :: AskPasswordFlags
+ System.GIO.File.MountOperation: AskPasswordTcrypt :: AskPasswordFlags

Files

gio.cabal view
@@ -1,6 +1,6 @@ cabal-version:  3.0 Name:           gio-Version:        0.13.8.2+Version:        0.13.10.0 License:        LGPL-2.1-only License-file:   COPYING Copyright:      (c) 2001-2010 The Gtk2Hs Team@@ -39,12 +39,16 @@   subdir:       gio  custom-setup-  setup-depends: base >= 4.6,-                 Cabal >= 2.0 && < 3.7,+  setup-depends: base >= 4.6 && < 5,+                 Cabal >= 2.0 && < 3.11,                  gtk2hs-buildtools >= 0.13.2.0 && < 0.14  Library-        build-depends:  base >= 4 && < 5, array, containers, mtl, bytestring,+        build-depends:  base >= 4 && < 5,+                        array < 0.6,+                        bytestring < 0.12,+                        containers < 0.7,+                        mtl < 2.4,                         glib >= 0.13.0.0 && < 0.14          exposed-modules: