Skip to content

Commit

Permalink
Adjust vulkan text constraint for ghc-9.8 (#203)
Browse files Browse the repository at this point in the history
This change relax the vulkan executable constraint to match the one of the library.
  • Loading branch information
TristanCacqueray authored May 12, 2024
1 parent 1b40bc1 commit 6569b44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dear-imgui.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6569b44

Please sign in to comment.