From 9db793776f8775c4446a61c6d642cff30715311c Mon Sep 17 00:00:00 2001 From: IC Rainbow Date: Fri, 7 Nov 2025 23:42:31 +0200 Subject: [PATCH] Bump deps --- dear-imgui.cabal | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/dear-imgui.cabal b/dear-imgui.cabal index 68d7894..9168ab9 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -311,21 +311,21 @@ library dear-imgui-generator template-haskell >= 2.15 && < 2.24 , containers - >= 0.6.2.1 && < 0.8 + >= 0.6.2.1 && < 1.0 , directory - >= 1.3 && < 1.4 + >= 1.3 && < 2 , filepath - >= 1.4 && < 1.6 + >= 1.4 && < 2 , inline-c >= 0.9.0.0 && < 0.10 , megaparsec - >= 9.0 && < 9.7 + >= 9.0 && < 10 , parser-combinators >= 1.2.0 && < 1.4 , scientific >= 0.3.6.2 && < 0.4 , text - >= 1.2.4 && < 2.2 + >= 1.2.4 && < 3 , th-lift >= 0.7 && < 0.9 , transformers @@ -396,9 +396,9 @@ executable vulkan build-depends: dear-imgui , bytestring - >= 0.10.10.0 && < 0.13 + >= 0.10.10.0 , containers - >= 0.6.2.1 && < 0.7 + >= 0.6.2.1 , logging-effect >= 1.3.12 && < 1.5 , resourcet @@ -406,7 +406,7 @@ executable vulkan , sdl2 >= 2.5.3.0 && < 2.6 , text - >= 1.2.4 && < 2.2 + >= 1.2.4 && < 3 , transformers >= 0.5.6 && < 0.7 , unliftio