gio 0.13.4.0 → 0.13.4.1
raw patch · 1 files changed
+2/−2 lines, 1 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- System.GIO.File.File: type Offset = CLong
+ System.GIO.File.File: type Offset = (CLong)
Files
- gio.cabal +2/−2
gio.cabal view
@@ -1,5 +1,5 @@ Name: gio-Version: 0.13.4.0+Version: 0.13.4.1 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team@@ -40,7 +40,7 @@ custom-setup setup-depends: base >= 4.6,- Cabal >= 1.24 && < 1.25,+ Cabal >= 1.24 && < 2.1, gtk2hs-buildtools >= 0.13.2.0 && < 0.14 Library