diff options
Diffstat (limited to 'demos/pong/pong.cabal')
-rw-r--r-- | demos/pong/pong.cabal | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/demos/pong/pong.cabal b/demos/pong/pong.cabal new file mode 100644 index 0000000..bebedb9 --- /dev/null +++ b/demos/pong/pong.cabal | |||
@@ -0,0 +1,21 @@ | |||
1 | -- Initial pong.cabal generated by cabal init. For further documentation, | ||
2 | -- see http://haskell.org/cabal/users-guide/ | ||
3 | |||
4 | name: pong | ||
5 | version: 0.1.0.0 | ||
6 | synopsis: A pong clone | ||
7 | -- description: | ||
8 | license: BSD3 | ||
9 | license-file: LICENSE | ||
10 | author: Marc Sunet | ||
11 | -- maintainer: | ||
12 | -- copyright: | ||
13 | category: Game | ||
14 | build-type: Simple | ||
15 | cabal-version: >=1.8 | ||
16 | |||
17 | executable pong | ||
18 | -- hs-source-dirs: src | ||
19 | main-is: Main.hs | ||
20 | -- other-modules: | ||
21 | build-depends: base ==4.6.*, Spear, OpenGL | ||