packages feed

shady-graphics-0.5.0: shady-graphics.cabal

Name:                shady-graphics
Version:             0.5.0
Cabal-Version:       >= 1.2
Synopsis:            Functional GPU programming - DSEL & compiler
Category:            Graphics
Description:
  Compile functional specifications for GPU execution.
  See also shady-render, shady-tv, and shady-examples
  .
  Copyright 2009-2011 by Conal Elliott; GNU AGPLv3 license (see COPYING).
  This license is a place-holder.  Let me know if you'd like other terms.
Author:              Conal Elliott
Maintainer:          conal@conal.net
Homepage:            http://haskell.org/haskellwiki/shady
Package-Url:         http://conal.net/repos/shady-graphics
Copyright:           (c) by Conal Elliott 2009-2011
License:             OtherLicense
License-File:        COPYING
Stability:           experimental
build-type:          Simple

Library
  hs-Source-Dirs:      src

  Build-Depends:       base >=4 && < 5, containers, mtl, wl-pprint
                     , applicative-numbers>=0.0.4, vector-space>=0.5.6
                     , TypeCompose >= 0.7
                     , MemoTrie, ty, data-treify, Boolean
                     , shady-gen
  Exposed-Modules:

                        Shady.ITransform
                        Shady.Color
                        Shady.Image
                        Shady.ParamSurf
                        Shady.Lighting
                        Shady.CompileSurface
                        Shady.CompileImage