blob: 23ada518496ef9372861e2d82d5c1b7af2f93482 (
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, Spear, OpenGL
|