packages feed

gio-0.11.0: gio.cabal

Name:           gio
Version:        0.11.0
License:        GPL
License-file:   COPYING
Copyright:      (c) 2001-2010 The Gtk2Hs Team
Author:         Peter Gavin, Andy Stewart
Maintainer:     gtk2hs-users@sourceforge.net
Build-Type:     Custom
Cabal-Version:  >= 1.6
Stability:      stable
homepage:       http://www.haskell.org/gtk2hs/
bug-reports:    http://hackage.haskell.org/trac/gtk2hs/
Synopsis:       Binding to the GIO.
Description:    GIO is striving to provide a modern, easy-to-use VFS API that sits at the right level in the library stack. 
                The goal is to overcome the shortcomings of GnomeVFS and provide an API that is 
                so good that developers prefer it over raw POSIX calls. 
                Among other things that means using GObject. 
                It also means not cloning the POSIX API, but providing higher-level, document-centric interfaces.
Category:       System
Tested-With:    GHC == 6.12.1
Extra-Source-Files: Gtk2HsSetup.hs
                    marshal.list

x-Types-File:   System/GIO/Types.chs
x-Types-Tag:    gio
x-Types-ModName: System.GIO.Types
x-Types-Import: System.Glib.GObject
x-Types-Lib:    gio
x-Types-Prefix: g

Source-Repository head
  type:         darcs
  location:     http://code.haskell.org/gtk2hs/
  subdir:       gio

Library
        build-depends:  base >= 4 && < 5, array, containers, haskell98, mtl, bytestring,
                        glib >= 0.11 && < 0.12
        build-tools:    gtk2hsC2hs, gtk2hsHookGenerator, gtk2hsTypeGen

        exposed-modules:
          System.GIO
          System.GIO.Base
          System.GIO.Async.AsyncResult
          System.GIO.Async.Cancellable
          System.GIO.File.FileAttribute
          System.GIO.File.File
          System.GIO.Types		  
        other-modules:
          System.GIO.Signals

        extensions:     ForeignFunctionInterface
		
        x-Signals-File:  System/GIO/Signals.chs
        x-Signals-Modname: System.GIO.Signals
        x-Signals-Types: marshal.list
        x-c2hs-Header:  gio/gio.h
        pkgconfig-depends: gio-2.0 >= 2.16.4