aboutsummaryrefslogtreecommitdiff
path: root/Spear.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'Spear.cabal')
-rw-r--r--Spear.cabal9
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
150executable 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