use template haskell

This commit is contained in:
andromeda
2026-04-26 16:21:29 +02:00
commit defd967b94
8 changed files with 16851 additions and 0 deletions

25
hs-rgfw.cabal Normal file
View File

@@ -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