packages feed

reactive-fieldtrip-0.0.2: reactive-fieldtrip.cabal

Name:                reactive-fieldtrip
Version:             0.0.2
Cabal-Version:       >= 1.2
Synopsis:            Connect Reactive and FieldTrip
Category:            Graphics, FRP
Description:
  This library supports functionally programming reactive, animated, 3D
  graphics.  It connects ''Reactive'' (a functional reactive programming
  library) and ''FieldTrip'' (a functional 3D library).
  .
  Project wiki page: <http://haskell.org/haskellwiki/reactive-fieldtrip>
  .
  The module documentation pages have links to colorized source code and
  to wiki pages where you can read and contribute user comments.  Enjoy!
  .
  &#169; 2008 by Conal Elliott; BSD3 license.
Author:              Conal Elliott 
Maintainer:          conal@conal.net
Homepage:            http://haskell.org/haskellwiki/reactive-fieldtrip
Package-Url:         http://code.haskell.org/reactive-fieldtrip
Copyright:           (c) 2008 by Conal Elliott
License:             BSD3
Stability:           experimental
build-type:          Simple

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base, reactive >= 0.8.7, reactive-glut >= 0.0.4, FieldTrip >= 0.2.1, vector-space
  Exposed-Modules:     
                       FRP.Reactive.FieldTrip.Adapter
  Other-Modules:     
                       Test
                       
  ghc-options:         -Wall

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

-- vector-space only used for Test