diff options
author | 3gg <3gg@shellblade.net> | 2023-03-10 09:03:32 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-03-10 09:03:32 -0800 |
commit | 6e26564f4235eeea5dda386282e18081db6f8f07 (patch) | |
tree | 2c9c61f20d8f75385dbc8cdda1a3962de1a4c613 /Spear.cabal | |
parent | f688e3b624226ca843a7256987d9a76560a3ab9b (diff) |
Compile demos with main project.
Diffstat (limited to 'Spear.cabal')
-rw-r--r-- | Spear.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Spear.cabal b/Spear.cabal index 81ca38a..824f352 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
@@ -117,7 +117,7 @@ library | |||
117 | ghc-prof-options: -O2 -fprof-auto -fprof-cafs | 117 | ghc-prof-options: -O2 -fprof-auto -fprof-cafs |
118 | 118 | ||
119 | executable pong | 119 | executable pong |
120 | hs-source-dirs: demos/pong | 120 | hs-source-dirs: Demos/Pong |
121 | main-is: Main.hs | 121 | main-is: Main.hs |
122 | other-modules: Pong | 122 | other-modules: Pong |
123 | build-depends: base, Spear, OpenGL | 123 | build-depends: base, Spear, OpenGL |