diff options
author | 3gg <3gg@shellblade.net> | 2022-09-18 17:18:03 -0700 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2022-09-18 17:18:03 -0700 |
commit | d81c62adbc955855438f1626c685e92794017d2d (patch) | |
tree | 2c01aca5f304aa810e39a9dd15b126a55841929b /demos/pong/pong.cabal | |
parent | 8f2ec33e8c15e523b2b60d3bfd8e6360313a0657 (diff) |
Add App module.
Diffstat (limited to 'demos/pong/pong.cabal')
-rw-r--r-- | demos/pong/pong.cabal | 2 |
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 | |||
17 | executable pong | 17 | executable 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 |