name: GLUT
version: 2.1.1.2
license: BSD3
copyright:
maintainer: Sven Panne <sven.panne@aedion.de>
stability:
homepage: http://www.haskell.org/HOpenGL/
package-url:
description: A Haskell binding for the OpenGL Utility Toolkit, a window
             system independent toolkit for writing OpenGL programs. For more
             information about the C library on which this binding is based,
             please see: <http://www.opengl.org/resources/libraries/glut/>.
category: Graphics
author:
exposed: True
exposed-modules: Graphics.UI.GLUT Graphics.UI.GLUT.Begin
                 Graphics.UI.GLUT.Callbacks Graphics.UI.GLUT.Callbacks.Global
                 Graphics.UI.GLUT.Callbacks.Window Graphics.UI.GLUT.Colormap
                 Graphics.UI.GLUT.Debugging Graphics.UI.GLUT.DeviceControl
                 Graphics.UI.GLUT.Fonts Graphics.UI.GLUT.GameMode
                 Graphics.UI.GLUT.Initialization Graphics.UI.GLUT.Menu
                 Graphics.UI.GLUT.Objects Graphics.UI.GLUT.Overlay
                 Graphics.UI.GLUT.State Graphics.UI.GLUT.Window
hidden-modules: Graphics.UI.GLUT.Callbacks.Registration
                Graphics.UI.GLUT.Constants Graphics.UI.GLUT.Extensions
                Graphics.UI.GLUT.QueryUtils Graphics.UI.GLUT.Types
import-dirs: /usr/lib/haskell-packages/ghc6/lib/GLUT-2.1.1.2/ghc-6.10.4
library-dirs: /usr/lib/haskell-packages/ghc6/lib/GLUT-2.1.1.2/ghc-6.10.4
hs-libraries: HSGLUT-2.1.1.2
extra-libraries:
extra-ghci-libraries:
include-dirs: /usr/lib/haskell-packages/ghc6/lib/GLUT-2.1.1.2/ghc-6.10.4/include
includes: HsGLUT.h
depends: OpenGL-2.2.3.0 array-0.2.0.0 base-4.1.0.0
         containers-0.2.0.1
hugs-options:
cc-options:
ld-options: "-Wl,-Bsymbolic-functions" -lglut -lSM -lICE -lXmu -lXi
            -lGLU -lGL -lm
framework-dirs:
frameworks:
haddock-interfaces: /usr/share/ghc6-doc/ghc-6.10.4/haddock/GLUT.haddock
haddock-html: /usr/share/doc/libghc6-glut-doc/html/
