aboutsummaryrefslogtreecommitdiff
path: root/demos/pong/pong.cabal
blob: aec96eeb889921b1d7c65a5ad371ddfdc8b0239f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
-- Initial pong.cabal generated by cabal init.  For further documentation,
-- see http://haskell.org/cabal/users-guide/

name:                pong
version:             0.1.0.0
synopsis:            A pong clone
-- description:
license:             BSD3
license-file:        LICENSE
author:              Marc Sunet
-- maintainer:
-- copyright:
category:            Game
build-type:          Simple
cabal-version:       >=1.8

executable pong
  -- hs-source-dirs:      src
  main-is:             Main.hs
  other-modules:       Pong
  build-depends:       base, Spear, OpenGL