From 6569b4449ba524f9271a965896731de9db7d36f2 Mon Sep 17 00:00:00 2001 From: Tristan de Cacqueray Date: Sun, 12 May 2024 10:17:15 +0000 Subject: [PATCH] Adjust vulkan text constraint for ghc-9.8 (#203) 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