From 0464b823319a520e60f65d6ad2c5f5e5a1ac1953 Mon Sep 17 00:00:00 2001 From: andromeda Date: Fri, 21 Aug 2026 03:34:32 +0200 Subject: modularise --- vktest.cabal | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'vktest.cabal') diff --git a/vktest.cabal b/vktest.cabal index 12525a3..3968074 100644 --- a/vktest.cabal +++ b/vktest.cabal @@ -11,8 +11,10 @@ extra-doc-files: CHANGELOG.md executable vktest main-is: Main.hs - other-modules: RGFW, - Shaders, + other-modules: VkTest.Shaders, + VkTest.Config, + VkTest.Util, + RGFW, build-depends: base >= 4.20.2, bytestring >= 0.12, vector >= 0.13, @@ -30,5 +32,5 @@ executable vktest include-dirs: include hs-source-dirs: . c-sources: shim.c - ghc-options: -Wall -optc-DRGFW_VULKAN + ghc-options: -Wall -Wno-ambiguous-fields -optc-DRGFW_VULKAN default-language: Haskell2010 \ No newline at end of file -- cgit v1.3.1