blob: bebedb9cf9359dc343fb86e12f559975472c53f1 (
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:
build-depends: base ==4.6.*, Spear, OpenGL
|