From a00bce03109175264b293c12bd4649addf7fdc86 Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Fri, 20 Apr 2018 17:48:12 -0700 Subject: [PATCH] Increase upper bound on `foldl` dependency (#304) Related to https://github.com/fpco/stackage/issues/3535 --- turtle.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtle.cabal b/turtle.cabal index 10d7934..48039b9 100644 --- a/turtle.cabal +++ b/turtle.cabal @@ -57,7 +57,7 @@ Library containers >= 0.5.0.0 && < 0.6 , directory >= 1.0.7 && < 1.4 , exceptions >= 0.4 && < 0.11, - foldl >= 1.1 && < 1.4 , + foldl >= 1.1 && < 1.5 , hostname < 1.1 , managed >= 1.0.3 && < 1.1 , process >= 1.0.1.1 && < 1.7 ,