gloss-examples-1.1.0.0: gloss-examples.cabal
Name: gloss-examples
Version: 1.1.0.0
License: MIT
License-file: LICENSE
Author: Ben Lippmeier
Maintainer: benl@ouroborus.net
Build-Type: Simple
Cabal-Version: >=1.6
Stability: experimental
Category: Graphics
Homepage: http://trac.haskell.org/gloss
Bug-reports: http://trac.haskell.org/gloss/newticket
Description:
Examples using the gloss graphics library.
A mixed bag of fractals, particle simulations and cellular automata.
Synopsis:
Examples using the gloss library
Executable gloss-easy
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2
Main-is: Easy/Main.hs
ghc-options: -O2
Executable gloss-clock
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2
Main-is: Clock/Main.hs
ghc-options: -O2
Executable gloss-eden
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2,
random > 1.0 && < 1.1
Main-is: Main.hs
other-modules: Cell Community World
hs-source-dirs: Eden
ghc-options: -O2
Executable gloss-flake
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2
Main-is: Flake/Main.hs
ghc-options: -O2
Executable gloss-hello
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2
Main-is: Hello/Main.hs
ghc-options: -O2
Executable gloss-lifespan
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2,
random > 1.0 && < 1.1
Main-is: Main.hs
other-modules: Cell Community World
hs-source-dirs: Lifespan
ghc-options: -O2
Executable gloss-styrene
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2,
containers >= 0.2 && < 0.4,
ghc-prim >= 0.1 && < 0.3
Main-is: Main.hs
other-modules: Actor Advance Collide Config Contact QuadTree World
hs-source-dirs: Styrene
ghc-options: -O2
Executable gloss-tree
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2
Main-is: Tree/Main.hs
ghc-options: -O2
Executable gloss-zen
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2
Main-is: Zen/Main.hs
ghc-options: -O2
Executable gloss-machina
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2
Main-is: Machina/Main.hs
ghc-options: -O2
Executable gloss-conway
Build-depends:
base >= 3 && < 5,
gloss >= 1.0 && < 1.2,
vector >= 0.5 && < 0.6
Main-is: Main.hs
other-modules: Cell World
hs-source-dirs: Conway
ghc-options: -O2
Executable gloss-occlusion
Build-depends:
base >= 3 && < 5,
gloss >= 1.1 && < 1.2
Main-is: Main.hs
other-modules: Cell World State Data
hs-source-dirs: Occlusion
ghc-options: -O2