packages feed

gconf-0.12.1: gconf.cabal

Name:           gconf
Version:        0.12.1
License:        LGPL-2.1
License-file:   COPYING
Copyright:      (c) 2001-2010 The Gtk2Hs Team
Author:         Duncan Coutts
Maintainer:     gtk2hs-users@lists.sourceforge.net
Build-Type:     Custom
Cabal-Version:  >= 1.8
Stability:      stable
homepage:       http://projects.haskell.org/gtk2hs/
bug-reports:    http://hackage.haskell.org/trac/gtk2hs/
Synopsis:       Binding to the GNOME configuration database system.
Description:    GConf is a configuration database system for storing application
                preferences. It supports default or mandatory settings set by the
                administrator, and changes to the database are instantly applied to all
                running applications. It is written for the GNOME desktop but doesn't
                require it.
Category:       System
Tested-With:    GHC == 6.10.4, GHC == 6.12.3, GHC == 7.0.4, GHC == 7.2.1
Extra-Source-Files: SetupWrapper.hs SetupMain.hs Gtk2HsSetup.hs
                    marshal.list
					hierarchy.list
					
Data-Dir:		demo
Data-Files:		GConfDemo.hs
                Makefile

x-Types-File:       System/Gnome/GConf/Types.chs
x-Types-ModName:    System.Gnome.GConf.Types
x-Types-Import:     System.Glib.GObject
x-Types-Tag:        gconf
x-Types-Hierarchy:  hierarchy.list

Source-Repository head
  type:         darcs
  location:     http://code.haskell.org/gconf/

Library
        build-depends:  base >= 4 && < 5,
                        glib >= 0.12 && < 0.13
						
        build-tools:    gtk2hsC2hs >= 0.13.5,
                        gtk2hsHookGenerator, gtk2hsTypeGen
						
        exposed-modules:
          System.Gnome.GConf
          System.Gnome.GConf.GConfClient		  
        other-modules:
          System.Gnome.GConf.GConfValue
          System.Gnome.GConf.Types		  
          System.Gnome.GConf.Signals

        extensions:     ForeignFunctionInterface
		
        x-Signals-File:  System/Gnome/GConf/Signals.chs
        x-Signals-Modname: System.Gnome.GConf.Signals
        x-Signals-Types: marshal.list
        x-c2hs-Header:  gconf/gconf-client.h
        pkgconfig-depends: gconf-2.0 >= 2.0.0