From 33f87689fcca428826d919cbc3cdae9a47a4c9a9 Mon Sep 17 00:00:00 2001 From: Juan Paucar Date: Mon, 20 Aug 2018 10:40:25 -0500 Subject: [PATCH] Update path-io according to revision 1 of current version Version 0.3.5.9 revision 1 includes this fix. I have been delaying the change until now --- hapistrano.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hapistrano.cabal b/hapistrano.cabal index adbb534..ed81e90 100644 --- a/hapistrano.cabal +++ b/hapistrano.cabal @@ -102,7 +102,7 @@ test-suite test , hspec >= 2.0 && < 3.0 , mtl >= 2.0 && < 3.0 , path >= 0.5 && < 0.7 - , path-io >= 1.2 && < 1.4 + , path-io >= 1.2 && < 1.5 , process >= 1.4 && < 1.7 , temporary >= 1.1 && < 1.4 if flag(dev)