aboutsummaryrefslogtreecommitdiff
path: root/Spear.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'Spear.cabal')
-rw-r--r--Spear.cabal8
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 @@
1name: Spear 1name: Spear
2version: 0.1 2version: 0.1
3cabal-version: >=1.2 3cabal-version: >=1.8
4build-type: Simple 4build-type: Simple
5license: BSD3 5license: BSD3
6license-file: LICENSE 6license-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
119executable pong
120 hs-source-dirs: demos/pong
121 main-is: Main.hs
122 other-modules: Pong
123 build-depends: base, Spear, OpenGL