summaryrefslogtreecommitdiff
path: root/vktest.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'vktest.cabal')
-rw-r--r--vktest.cabal8
1 files changed, 5 insertions, 3 deletions
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