From e2dc5eaa6ad6d5dbaa630f3115885c5c3368185b Mon Sep 17 00:00:00 2001 From: Marco Zocca Date: Tue, 31 Oct 2023 09:00:32 +0100 Subject: [PATCH] relax lower dep bounds --- ms-graph-api-test/ms-graph-api-test.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ms-graph-api-test/ms-graph-api-test.cabal b/ms-graph-api-test/ms-graph-api-test.cabal index 0fbc9db..f183df3 100644 --- a/ms-graph-api-test/ms-graph-api-test.cabal +++ b/ms-graph-api-test/ms-graph-api-test.cabal @@ -31,7 +31,7 @@ executable ms-graph-api-test , aeson-pretty , base , bytestring - , directory >= 1.3.6.2 + , directory , dotenv-micro == 0.1.0.1 , http-client , http-client-tls >= 0.3 @@ -41,10 +41,10 @@ executable ms-graph-api-test , req , scotty , text >= 1.2.5.0 - , transformers >= 0.5.6.2 + , transformers >= 0.5 , unliftio , uri-bytestring - , wai-extra >= 3.1.13.0 + , wai-extra ghc-options: -Wall -threaded -rtsopts