aboutsummaryrefslogtreecommitdiff
path: root/demos/pong/pong.cabal
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2022-09-18 17:18:03 -0700
committer3gg <3gg@shellblade.net>2022-09-18 17:18:03 -0700
commitd81c62adbc955855438f1626c685e92794017d2d (patch)
tree2c01aca5f304aa810e39a9dd15b126a55841929b /demos/pong/pong.cabal
parent8f2ec33e8c15e523b2b60d3bfd8e6360313a0657 (diff)
Add App module.
Diffstat (limited to 'demos/pong/pong.cabal')
-rw-r--r--demos/pong/pong.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/pong/pong.cabal b/demos/pong/pong.cabal
index 23ada51..aec96ee 100644
--- a/demos/pong/pong.cabal
+++ b/demos/pong/pong.cabal
@@ -17,5 +17,5 @@ cabal-version: >=1.8
17executable pong 17executable pong
18 -- hs-source-dirs: src 18 -- hs-source-dirs: src
19 main-is: Main.hs 19 main-is: Main.hs
20 -- other-modules: 20 other-modules: Pong
21 build-depends: base, Spear, OpenGL 21 build-depends: base, Spear, OpenGL