packages feed

not-gloss-examples-0.1: not-gloss-examples.cabal

name:                not-gloss-examples
version:             0.1
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.3.*,
                     spatial-math == 0.1.*,
                     base == 4.5.*
  ghc-options:       -threaded -O2

executable           not-gloss-animate
  main-is:           src/Animate.hs
  build-depends:     not-gloss == 0.3.*,
                     spatial-math == 0.1.*,
                     base == 4.5.*
  ghc-options:       -threaded -O2

executable           not-gloss-simulate
  main-is:           src/Simulate.hs
  build-depends:     not-gloss == 0.3.*,
                     spatial-math == 0.1.*,
                     base == 4.5.*
  ghc-options:       -threaded -O2


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