This commit is contained in:
andromeda
2026-01-27 09:32:23 +01:00
parent 4858c3ee2e
commit f17acc45e0
4 changed files with 28 additions and 8 deletions

View File

@@ -12,13 +12,17 @@ common warnings
library
import: warnings
exposed-modules: RGFW.Generated
exposed-modules:
, RGFW.Generated
, RGFW.Generated.FunPtr
, RGFW.Generated.Safe
, RGFW.Generated.Unsafe
build-depends:
, base
, primitive
, c-expr-runtime
, hs-bindgen-runtime
include-dirs: rgfw
include-dirs: lib/include
hs-source-dirs: lib
default-language: Haskell2010
default-extensions: FlexibleInstances
@@ -37,6 +41,6 @@ executable hs-rgfw
, xcursor
, xrandr
, xi
include-dirs: rgfw
include-dirs: lib/include
hs-source-dirs: src
default-language: Haskell2010