From ab3ce3af890671d0430ff39e2320843df450c1d5 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 2 Sep 2026 04:51:24 +0200 Subject: update hs-bindgen and co., add .stylish-haskell.yaml, add doxygen --- vktest.cabal | 47 +++++++++++++++++++++++------------------------ 1 file changed, 23 insertions(+), 24 deletions(-) (limited to 'vktest.cabal') diff --git a/vktest.cabal b/vktest.cabal index 3968074..bddd724 100644 --- a/vktest.cabal +++ b/vktest.cabal @@ -10,27 +10,26 @@ build-type: Simple extra-doc-files: CHANGELOG.md executable vktest - main-is: Main.hs - other-modules: VkTest.Shaders, - VkTest.Config, - VkTest.Util, - RGFW, - build-depends: base >= 4.20.2, - bytestring >= 0.12, - vector >= 0.13, - vulkan >= 3.27, - hs-bindgen, - hs-bindgen-runtime, - fir, - pkgconfig-depends: - x11, - xrandr, - xcursor, - xi, - xcb, - xdmcp, - include-dirs: include - hs-source-dirs: . - c-sources: shim.c - ghc-options: -Wall -Wno-ambiguous-fields -optc-DRGFW_VULKAN - default-language: Haskell2010 \ No newline at end of file + main-is: Main.hs + other-modules: VkTest.Shaders, + VkTest.Config, + VkTest.Util, + RGFW, + build-depends: base >= 4.20.2, + bytestring >= 0.12, + vector >= 0.13, + vulkan >= 3.27, + hs-bindgen, + hs-bindgen-runtime, + fir, + pkgconfig-depends: x11, + xrandr, + xcursor, + xi, + xcb, + xdmcp, + include-dirs: include + hs-source-dirs: . + c-sources: shim.c + ghc-options: -Wall -Wno-ambiguous-fields -optc-DRGFW_VULKAN + default-language: Haskell2010 -- cgit v1.3.1