From ff267143d0fe5db47d023493927e8c8246825654 Mon Sep 17 00:00:00 2001 From: Alexander Bondarenko <486682+dpwiz@users.noreply.github.com> Date: Wed, 16 Jun 2021 00:52:39 +0300 Subject: [PATCH] Bump deps (#62) --- dear-imgui.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dear-imgui.cabal b/dear-imgui.cabal index 8463b6c..101fbe0 100644 --- a/dear-imgui.cabal +++ b/dear-imgui.cabal @@ -198,7 +198,7 @@ library dear-imgui-generator , parser-combinators >= 1.2.0 && < 1.3 , scientific - >= 0.3.6.2 && < 0.3.7 + >= 0.3.6.2 && < 0.3.8 , text >= 1.2.4 && < 1.3 , th-lift @@ -206,7 +206,7 @@ library dear-imgui-generator , transformers >= 0.5.6 && < 0.6 , unordered-containers - >= 0.2.11 && < 0.2.14 + >= 0.2.11 && < 0.2.15 executable test import: common @@ -263,7 +263,7 @@ executable vulkan , transformers ^>= 0.5.6.2 , unliftio - >= 0.2.13 && < 0.2.15 + >= 0.2.13 && < 0.2.19 , unliftio-core ^>= 0.2.0.1 , vector