From 117d4a735c8da4fb45668ae52cf008e071b7ac04 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Mon, 9 Sep 2019 16:13:05 +0200 Subject: [PATCH] Change profunctors upper bound from < 5.4 to < 5.5 #4532 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 169ab1ff..9b426e4a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4680,7 +4680,7 @@ packages: - machines < 0.7 # https://github.com/commercialhaskell/stackage/issues/4532 - - profunctors < 5.4 + - profunctors < 5.5 # https://github.com/commercialhaskell/stackage/issues/4541 - dependent-sum < 0.5