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