diff options
author | 3gg <3gg@shellblade.net> | 2025-01-04 16:26:25 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2025-01-04 16:26:25 -0800 |
commit | d20e822e806afe67c8e255a645061638b75d3546 (patch) | |
tree | 10129ce9bcf31e75dfa257f56a62046390e68a4e /Spear.cabal | |
parent | 548e40add0fd3ebea18510f7c16a464680aed63c (diff) |
Add balls demo.
Diffstat (limited to 'Spear.cabal')
-rw-r--r-- | Spear.cabal | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Spear.cabal b/Spear.cabal index 4193931..56eb302 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
@@ -143,6 +143,13 @@ executable pong | |||
143 | hs-source-dirs: Demos/Pong | 143 | hs-source-dirs: Demos/Pong |
144 | main-is: Main.hs | 144 | main-is: Main.hs |
145 | other-modules: Pong | 145 | other-modules: Pong |
146 | build-depends: base, Spear, OpenGL | 146 | build-depends: base, Spear |
147 | ghc-options: -O2 | ||
148 | ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs | ||
149 | |||
150 | executable balls | ||
151 | hs-source-dirs: Demos/Balls | ||
152 | main-is: Main.hs | ||
153 | build-depends: base, Spear | ||
147 | ghc-options: -O2 | 154 | ghc-options: -O2 |
148 | ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs | 155 | ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs |