From f688e3b624226ca843a7256987d9a76560a3ab9b Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Thu, 9 Mar 2023 09:44:30 -0800 Subject: Update project setup instructions. --- Spear.cabal | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'Spear.cabal') diff --git a/Spear.cabal b/Spear.cabal index 07894c4..81ca38a 100644 --- a/Spear.cabal +++ b/Spear.cabal @@ -1,6 +1,6 @@ name: Spear version: 0.1 -cabal-version: >=1.2 +cabal-version: >=1.8 build-type: Simple license: BSD3 license-file: LICENSE @@ -115,3 +115,9 @@ library ghc-options: -O2 ghc-prof-options: -O2 -fprof-auto -fprof-cafs + +executable pong + hs-source-dirs: demos/pong + main-is: Main.hs + other-modules: Pong + build-depends: base, Spear, OpenGL -- cgit v1.2.3