diff options
Diffstat (limited to 'Spear.cabal')
-rw-r--r-- | Spear.cabal | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Spear.cabal b/Spear.cabal index 07894c4..81ca38a 100644 --- a/Spear.cabal +++ b/Spear.cabal | |||
@@ -1,6 +1,6 @@ | |||
1 | name: Spear | 1 | name: Spear |
2 | version: 0.1 | 2 | version: 0.1 |
3 | cabal-version: >=1.2 | 3 | cabal-version: >=1.8 |
4 | build-type: Simple | 4 | build-type: Simple |
5 | license: BSD3 | 5 | license: BSD3 |
6 | license-file: LICENSE | 6 | license-file: LICENSE |
@@ -115,3 +115,9 @@ library | |||
115 | ghc-options: -O2 | 115 | ghc-options: -O2 |
116 | 116 | ||
117 | ghc-prof-options: -O2 -fprof-auto -fprof-cafs | 117 | ghc-prof-options: -O2 -fprof-auto -fprof-cafs |
118 | |||
119 | executable pong | ||
120 | hs-source-dirs: demos/pong | ||
121 | main-is: Main.hs | ||
122 | other-modules: Pong | ||
123 | build-depends: base, Spear, OpenGL | ||