summaryrefslogtreecommitdiff
path: root/hs-rgfw.cabal
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-04-26 16:21:29 +0200
committerandromeda <andromeda@lenovo>2026-04-26 16:21:29 +0200
commitdefd967b9484a0c2af54e6f72f9d4c7f1ef59df0 (patch)
tree644a530065224d7a0d403157adeeccfc3f2960a1 /hs-rgfw.cabal
use template haskellHEADmaster
Diffstat (limited to 'hs-rgfw.cabal')
-rw-r--r--hs-rgfw.cabal25
1 files changed, 25 insertions, 0 deletions
diff --git a/hs-rgfw.cabal b/hs-rgfw.cabal
new file mode 100644
index 0000000..2e0b380
--- /dev/null
+++ b/hs-rgfw.cabal
@@ -0,0 +1,25 @@
+cabal-version: 3.0
+name: hs-rgfw
+version: 0.1.0
+homepage: https://git.mtgmonkey.net/andromeda/hs-rgfw
+license: GPL-3.0-or-later
+license-file: LICENSE
+author: andromeda
+maintainer:
+category: Graphics
+build-type: Simple
+
+common warnings
+ ghc-options: -Wall
+
+library
+ import: warnings
+ exposed-modules: RGFW
+ build-depends:
+ base,
+ hs-bindgen,
+ hs-bindgen-runtime,
+
+ include-dirs: include
+ hs-source-dirs: src
+ default-language: Haskell2010