From 7645a2d75d68fa223e05873e01e7b6c17ff33b3b Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Sat, 11 May 2024 02:05:40 -0400 Subject: [PATCH] Adjust vulkan text constraint for ghc-9.8 This change relax the vulkan executable constraint to match the one of the library. --- dear-imgui.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dear-imgui.cabal b/dear-imgui.cabal index d058911..fa290eb 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -405,7 +405,7 @@ executable vulkan , sdl2 >= 2.5.3.0 && < 2.6 , text - >= 1.2.4 && < 2.1 + >= 1.2.4 && < 2.2 , transformers >= 0.5.6 && < 0.7 , unliftio