packages feed

gtkglext-0.11.0: gtkglext.cabal

Name:           gtkglext
Version:        0.11.0
License:        GPL
License-file:   COPYING
Copyright:      (c) 2001-2010 The Gtk2Hs Team
Author:         Duncan Coutts
Maintainer:     gtk2hs-users@sourceforge.net
Build-Type:     Custom
Cabal-Version:  >= 1.6.0
Stability:      provisional
homepage:       http://www.haskell.org/gtk2hs/
bug-reports:    http://hackage.haskell.org/trac/gtk2hs/
Synopsis:       Binding to the GTK+ OpenGL Extension
Description:    GtkGLExt provides the GDK objects to support OpenGL rendering in GTK+,
                and GtkWidget API add-ons to make GTK+ widgets OpenGL-capable.

Category:       Graphics
Tested-With:    GHC == 6.12.1
x-Types-File:   Graphics/UI/Gtk/OpenGL/Types.chs
x-Types-ModName: Graphics.UI.Gtk.OpenGL.Types
x-Types-Forward: *Graphics.UI.GtkInternals
x-Types-Destructor: objectUnrefFromMainloop
Extra-Source-Files: Gtk2HsSetup.hs

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

Library
        build-depends:  base >= 4 && < 5, array, containers, haskell98, mtl,
                        glib  >= 0.11 && < 0.12, 
                        pango >= 0.11 && < 0.12, 
                        cairo >= 0.11 && < 0.12,
                        gtk   >= 0.11 && < 0.12

        build-tools:    gtk2hsC2hs, gtk2hsHookGenerator, gtk2hsTypeGen
						
        exposed-modules:
          Graphics.UI.Gtk.OpenGL
          Graphics.UI.Gtk.OpenGL.Config
          Graphics.UI.Gtk.OpenGL.Context
          Graphics.UI.Gtk.OpenGL.Drawable
          Graphics.UI.Gtk.OpenGL.DrawingArea
          Graphics.UI.Gtk.OpenGL.General
          Graphics.UI.Gtk.OpenGL.Pixmap
          Graphics.UI.Gtk.OpenGL.Window
        other-modules:
          Graphics.UI.Gtk.OpenGL.Types          
		  
        extensions:     ForeignFunctionInterface
		
        x-c2hs-Header:  gtk/gtkgl.h
        x-Types-Tag: gtkglext
        pkgconfig-depends: gtkglext-1.0 >= 1.0.5