packages feed

bowntz-2: bowntz.cabal

name:                bowntz
version:             2
synopsis:            audio-visual pseudo-physical simulation of colliding circles
homepage:            https://code.mathr.co.uk/bowntz
license:             GPL-3
license-file:        COPYING
author:              Claude Heiland-Allen
maintainer:          claude@mathr.co.uk
copyright:           2010,2013,2015,2016,2019 Claude Heiland-Allen
category:            Demo
build-type:          Simple
extra-source-files:  README
cabal-version:       >=1.10

executable bowntz
  main-is:             bowntz.hs
  build-depends:       base >=4.8 && <4.14
                     , containers >= 0.5 && <0.7
                     , GLUT >=2.7 && <2.8
                     , hosc >=0.17 && <0.18
                     , hsc3 >=0.17 && <0.18
                     , random >=1.1 && <1.2
  default-language:    Haskell2010

source-repository head
  type:     git
  location: https://code.mathr.co.uk/bowntz.git

source-repository this
  type:     git
  location: https://code.mathr.co.uk/bowntz.git
  tag:      v2