glib 0.13.0.3 → 0.13.0.4
raw patch · 1 files changed
+4/−3 lines, 1 files
Files
- glib.cabal +4/−3
glib.cabal view
@@ -1,12 +1,12 @@ Name: glib-Version: 0.13.0.3+Version: 0.13.0.4 License: LGPL-2.1 License-file: COPYING Copyright: (c) 2001-2010 The Gtk2Hs Team Author: Axel Simon, Duncan Coutts Maintainer: gtk2hs-users@lists.sourceforge.net Build-Type: Custom-Cabal-Version: >= 1.8+Cabal-Version: >= 1.18 Stability: stable homepage: http://projects.haskell.org/gtk2hs/ bug-reports: https://github.com/gtk2hs/gtk2hs/issues@@ -67,6 +67,7 @@ System.Glib.GValue System.Glib.GValueTypes System.Glib.GParameter- extensions: ForeignFunctionInterface+ default-language: Haskell98+ default-extensions: ForeignFunctionInterface x-c2hs-Header: glib-object.h pkgconfig-depends: glib-2.0, gobject-2.0