aboutsummaryrefslogtreecommitdiff
path: root/Spear.cabal
diff options
context:
space:
mode:
author3gg <3gg@shellblade.net>2023-03-10 09:03:32 -0800
committer3gg <3gg@shellblade.net>2023-03-10 09:03:32 -0800
commit6e26564f4235eeea5dda386282e18081db6f8f07 (patch)
tree2c9c61f20d8f75385dbc8cdda1a3962de1a4c613 /Spear.cabal
parentf688e3b624226ca843a7256987d9a76560a3ab9b (diff)
Compile demos with main project.
Diffstat (limited to 'Spear.cabal')
-rw-r--r--Spear.cabal2
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
119executable pong 119executable 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