aboutsummaryrefslogtreecommitdiff
path: root/demos/pong/pong.cabal
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2023-03-09 09:44:30 -0800
committer3gg <3gg@shellblade.net>2023-03-09 09:44:30 -0800
commitf688e3b624226ca843a7256987d9a76560a3ab9b (patch)
treed8d05925767b3d8a83da2f7a7fadd48970829beb /demos/pong/pong.cabal
parent3027010b87e30bc1546ff48b9e5011fa3b3e8fb6 (diff)
Update project setup instructions.
Diffstat (limited to 'demos/pong/pong.cabal')
-rw-r--r--demos/pong/pong.cabal21
1 files changed, 0 insertions, 21 deletions
diff --git a/demos/pong/pong.cabal b/demos/pong/pong.cabal
deleted file mode 100644
index aec96ee..0000000
--- a/demos/pong/pong.cabal
+++ /dev/null
@@ -1,21 +0,0 @@
1-- Initial pong.cabal generated by cabal init. For further documentation,
2-- see http://haskell.org/cabal/users-guide/
3
4name: pong
5version: 0.1.0.0
6synopsis: A pong clone
7-- description:
8license: BSD3
9license-file: LICENSE
10author: Marc Sunet
11-- maintainer:
12-- copyright:
13category: Game
14build-type: Simple
15cabal-version: >=1.8
16
17executable pong
18 -- hs-source-dirs: src
19 main-is: Main.hs
20 other-modules: Pong
21 build-depends: base, Spear, OpenGL