Files
hs-rgfw/hs-rgfw.cabal
2026-04-26 16:21:29 +02:00

26 lines
454 B
Plaintext

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