Skip to content

Commit 6569b44

Browse files
Adjust vulkan text constraint for ghc-9.8 (#203)
This change relax the vulkan executable constraint to match the one of the library.
1 parent 1b40bc1 commit 6569b44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dear-imgui.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ executable vulkan
405405
, sdl2
406406
>= 2.5.3.0 && < 2.6
407407
, text
408-
>= 1.2.4 && < 2.1
408+
>= 1.2.4 && < 2.2
409409
, transformers
410410
>= 0.5.6 && < 0.7
411411
, unliftio

0 commit comments

Comments
 (0)