packages feed

reactive-glut-0.1.7: reactive-glut.cabal

Name:                reactive-glut
Version:             0.1.7
Cabal-Version:       >= 1.2
Synopsis:            Connects Reactive and GLUT
Category:            FRP, graphics
Description:
  This package contains an adapter that connects OpenGL/GLUT to the
  FRP library \"Reactive\".
  .
  Project wiki page: <http://haskell.org/haskellwiki/reactive-glut>
  .
  &#169; 2008 by Conal Elliott; BSD3 license.
  .
  With contributions from Andy Gill, David Sankel, Eyal Lotem, Claus Reinke,
  and Achim Schneider.

Author:              Conal Elliott 
Maintainer:          conal@conal.net
Homepage:            http://haskell.org/haskellwiki/reactive-glut
Package-Url:         http://code.haskell.org/reactive-glut
Copyright:           (c) 2008 by Conal Elliott
License:             BSD3
Stability:           experimental
build-type:          Simple

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base, old-time, OpenGL, GLUT, vector-space, reactive >= 0.10.5
  Exposed-Modules:     
                       FRP.Reactive.GLUT.Adapter
  Other-Modules:
                       FRP.Reactive.GLUT.SimpleGL
                       FRP.Reactive.GLUT.UI
                       Test

  ghc-options:         -Wall

--  ghc-prof-options:    -prof -auto-all