From 2c025b3b32a255d32c521e917f7a3583971a2e63 Mon Sep 17 00:00:00 2001 From: andromeda Date: Wed, 19 Aug 2026 18:12:33 +0200 Subject: remove needless dep --- Main.hs | 4 ++-- vktest.cabal | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Main.hs b/Main.hs index a314bdb..f47be49 100644 --- a/Main.hs +++ b/Main.hs @@ -47,9 +47,9 @@ layers = V.fromList $ map BSC.pack ["VK_LAYER_KHRONOS_validation"] extensions :: Vector ByteString extensions = V.fromList $ map BSC.pack ["VK_KHR_swapchain"] -frag = $( do +frag = $(do fragPath <- runIO $ makeAbsolute "assets/shaders/frag.spv" - runCompilationsTH [("Fragment Shader", compileTo fragPath [] Shaders.fragment)]) + runCompilationsTH [("Fragment Shader", compileTo fragPath [] Shaders.fragment)] ) main :: IO () main = withRGFW "rgfw instance title" (fromIntegral $ RGFW.unwrapRGFW_initFlags_enum RGFW.RGFW_initVulkan) $ \_ -> do diff --git a/vktest.cabal b/vktest.cabal index 400dc13..af2476e 100644 --- a/vktest.cabal +++ b/vktest.cabal @@ -16,7 +16,6 @@ executable vktest build-depends: base >= 4.20.2, bytestring >= 0.12, directory >= 1.3, - filepath >= 1.5, template-haskell >= 2.24, vector >= 0.13, vulkan >= 3.27, -- cgit v1.3.1