diff options
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 |