packages feed

reactive-fieldtrip-0.0: reactive-fieldtrip.cabal

Name:                reactive-fieldtrip
Version:             0.0
Cabal-Version:       >= 1.2
Synopsis:            Connect Reactive and FieldTrip
Category:            Graphics, FRP
Description:
  This library connects ''Reactive'' (a functional reactive
  programming library) and ''FieldTrip'' (a functional 3D library).
  .
  Project wiki page: <http://haskell.org/haskellwiki/project-foo>
  .
  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/project-foo
Package-Url:         http://code.haskell.org/project-foo
Copyright:           (c) 2008 by Conal Elliott
License:             BSD3
Stability:           experimental
build-type:          Simple

Library
  hs-Source-Dirs:      src
  Extensions:
  Build-Depends:       base, reactive, reactive-glut, FieldTrip
  Exposed-Modules:     
                       FTest
                       
  ghc-options:         -Wall

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