aboutsummaryrefslogtreecommitdiff
path: root/Spear.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'Spear.cabal')
-rw-r--r--Spear.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/Spear.cabal b/Spear.cabal
index 0859a5c..4193931 100644
--- a/Spear.cabal
+++ b/Spear.cabal
@@ -135,8 +135,8 @@ library
135 135
136 hs-source-dirs: . 136 hs-source-dirs: .
137 137
138 cc-options: -O2 -g -Wno-unused-result 138 cc-options: -O2 -Wno-unused-result
139 ghc-options: -O2 -g 139 ghc-options: -O2
140 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs 140 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs
141 141
142executable pong 142executable pong
@@ -144,5 +144,5 @@ executable 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, OpenGL
147 ghc-options: -O2 -g 147 ghc-options: -O2
148 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs 148 ghc-prof-options: -O2 -g -fprof-auto -fprof-cafs