glib 0.13.0.1 → 0.13.0.2
raw patch · 1 files changed
+6/−5 lines, 1 filesdep ~text
Dependency ranges changed: text
Files
- glib.cabal +6/−5
glib.cabal view
@@ -1,5 +1,5 @@ Name: glib-Version: 0.13.0.1+Version: 0.13.0.2 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team@@ -11,9 +11,10 @@ homepage: http://projects.haskell.org/gtk2hs/ bug-reports: https://github.com/gtk2hs/gtk2hs/issues Synopsis: Binding to the GLIB library for Gtk2Hs.-Description: The GNU Library is a collection of C data structures and utility- function for dealing with Unicode. This package only binds as- much functionality as required to support the packages that+Description: GLib is a collection of C data structures and utility functions+ for the GObject system, main loop implementation, for strings and+ common data structures dealing with Unicode. This package only binds+ as much functionality as required to support the packages that wrap libraries that are themselves based on GLib. Category: System Tested-With: GHC == 7.0.4, GHC == 7.2.2, GHC == 7.4.1@@ -35,7 +36,7 @@ build-depends: base >= 4 && < 5, utf8-string >= 0.2 && < 0.4, bytestring >= 0.10 && < 0.11,- text >= 0.11.0.6 && < 1.2,+ text >= 1.0.0.0 && < 1.3, containers build-tools: gtk2hsC2hs >= 0.13.11 cpp-options: -U__BLOCKS__