From e18a34c8915d139a7bb1fd5d651c3d9fcd631182 Mon Sep 17 00:00:00 2001 From: andromeda Date: Tue, 25 Aug 2026 03:55:21 +0200 Subject: init --- hs-rgfw-example.cabal | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 hs-rgfw-example.cabal (limited to 'hs-rgfw-example.cabal') diff --git a/hs-rgfw-example.cabal b/hs-rgfw-example.cabal new file mode 100644 index 0000000..6cbbfc5 --- /dev/null +++ b/hs-rgfw-example.cabal @@ -0,0 +1,34 @@ +cabal-version: 3.0 +name: hs-game +version: 0.5.0 +-- synopsis: +-- description: +homepage: https://git.mtgmonkey.net/Andromeda/hs-rgfw-example +license: BSD-3-Clause +license-file: LICENSE +author: andromeda +maintainer: @andromeda:tchncs.de +-- copyright: +category: Game +build-type: Simple +extra-doc-files: CHANGELOG.md +-- extra-source-files: + +common warnings + ghc-options: -Wall + +common optimizations + ghc-options: -O2 + +executable hs-game + import: optimizations + main-is: Main.hs + other-modules: + build-depends: + base >= 4.18, + bytestring >= 0.12, + rgfw >= 0.6, + lens >= 5.3, + linear >= 1.23, + OpenGL >= 3.0, + hs-source-dirs: src -- cgit v1.3.1