From a8f6340229f28af0738f8a63f4c3ec6e4cf98abe Mon Sep 17 00:00:00 2001 From: CristhianMotoche Date: Mon, 8 Jan 2024 08:23:34 -0500 Subject: [PATCH] ref: Increase boundaries for some dependencies --- hapistrano.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hapistrano.cabal b/hapistrano.cabal index e09ffbec..9179d304 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -59,12 +59,12 @@ library , gitrev >= 1.2 && < 1.4 , mtl >= 2.0 && < 3.0 , stm >= 2.0 && < 2.6 - , path >= 0.5 && < 0.9 - , path-io >= 1.2 && < 1.7 + , path >= 0.5 && < 1.0 + , path-io >= 1.2 && < 1.9 , process >= 1.4 && < 1.7 , text >= 1.2 && < 3 , typed-process >= 0.2 && < 0.3 - , time >= 1.5 && < 1.11 + , time >= 1.5 && < 1.13 , transformers >= 0.4 && < 0.6 , exceptions >= 0.10 && < 0.11 , yaml >= 0.11.7 && < 0.12 @@ -110,8 +110,8 @@ test-suite test , hapistrano , hspec >= 2.0 && < 3.0 , mtl >= 2.0 && < 3.0 - , path >= 0.5 && < 0.9 - , path-io >= 1.2 && < 1.7 + , path + , path-io , process >= 1.4 && < 1.7 , QuickCheck >= 2.5.1 && < 3.0 , silently >= 1.2 && < 1.3