diff options
author | 3gg <3gg@shellblade.net> | 2023-03-09 09:44:30 -0800 |
---|---|---|
committer | 3gg <3gg@shellblade.net> | 2023-03-09 09:44:30 -0800 |
commit | f688e3b624226ca843a7256987d9a76560a3ab9b (patch) | |
tree | d8d05925767b3d8a83da2f7a7fadd48970829beb /Spear.cabal | |
parent | 3027010b87e30bc1546ff48b9e5011fa3b3e8fb6 (diff) |
Update project setup instructions.
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 | ||