summaryrefslogtreecommitdiff
path: root/vktest.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'vktest.cabal')
-rw-r--r--vktest.cabal26
1 files changed, 14 insertions, 12 deletions
diff --git a/vktest.cabal b/vktest.cabal
index 6f54f67..0447db0 100644
--- a/vktest.cabal
+++ b/vktest.cabal
@@ -9,22 +9,24 @@ category: Graphics
build-type: Simple
extra-doc-files: CHANGELOG.md
-common warnings
- ghc-options: -Wall
executable vktest
- import: warnings
main-is: Main.hs
- build-depends: base >= 4.20.2,
- vulkan >= 3.27,
- vktest,
- hs-source-dirs: .
- default-language: Haskell2010
-library
- import: warnings
- exposed-modules: RGFW
- build-depends: base >= 4.20,
+ other-modules: RGFW
+ build-depends: base >= 4.20.2,
+ bytestring >= 0.12,
+ vector >= 0.13,
+ vulkan >= 3.27,
hs-bindgen,
hs-bindgen-runtime,
+ pkgconfig-depends:
+ x11,
+ xrandr,
+ xcursor,
+ xi,
+ xcb,
+ xdmcp,
include-dirs: include
hs-source-dirs: .
+ c-sources: shim.c
+ ghc-options: -Wall
default-language: Haskell2010 \ No newline at end of file