packages feed

not-gloss-examples-0.2: not-gloss-examples.cabal

name:                not-gloss-examples
version:             0.2
stability:           Experimental
synopsis:            examples for not-gloss
license:             BSD3
license-file:        LICENSE
author:              Greg Horn
maintainer:          gregmainland@gmail.com
-- copyright:           
category:            Graphics
build-type:          Simple
cabal-version:       >=1.8

executable           not-gloss-display
  main-is:           src/Display.hs
  build-depends:     not-gloss == 0.4.*,
                     spatial-math >= 0.1.4 && < 0.2,
                     base == 4.5.*
  ghc-options:       -threaded -O2

executable           not-gloss-animate
  main-is:           src/Animate.hs
  build-depends:     not-gloss == 0.4.*,
                     spatial-math >= 0.1.4 && < 0.2,
                     base == 4.5.*
  ghc-options:       -threaded -O2

executable           not-gloss-simulate
  main-is:           src/Simulate.hs
  build-depends:     not-gloss == 0.4.*,
                     spatial-math >= 0.1.4 && < 0.2,
                     base == 4.5.*
  ghc-options:       -threaded -O2

executable           not-gloss-game
  main-is:           src/Play.hs
  build-depends:     not-gloss == 0.4.*,
                     spatial-math >= 0.1.4 && < 0.2,
                     GLUT == 2.3.*,
                     containers == 0.4.*,
                     X11,
                     base == 4.5.*
  ghc-options:       -threaded -O2


source-repository head
  type:     git
  location: git://github.com/ghorn/not-gloss-examples.git