From a384c08466d343033b390d07c416414745a5adb6 Mon Sep 17 00:00:00 2001 From: andromeda Date: Tue, 18 Aug 2026 14:44:09 +0200 Subject: fix comptime errors --- RGFW.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'RGFW.hs') diff --git a/RGFW.hs b/RGFW.hs index 4104993..29a5c5f 100644 --- a/RGFW.hs +++ b/RGFW.hs @@ -27,7 +27,8 @@ import HsBindgen.TH let conf = def{ clang = def{ extraIncludeDirs = [Dir "include"], - defineMacros = [ "RGFW_VULKAN=" ]}} + defineMacros = [ "RGFW_VULKAN=" ]}, + programSlicing = EnableProgramSlicing} confTH = def{verbosity = Verbosity Warning} in withHsBindgen conf confTH $ hashInclude "RGFW.h" \ No newline at end of file -- cgit v1.3.1