From 3f5413317469c8a2ef019f2441b87e51e7c9407c Mon Sep 17 00:00:00 2001 From: Dan Burton Date: Mon, 2 Jul 2018 23:15:26 -0700 Subject: [PATCH] Add constraint "profunctos < 5.3" per #3792 --- build-constraints.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index b21869c6..522e2c66 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -3607,6 +3607,9 @@ packages: # https://github.com/commercialhaskell/stackage/issues/3791 - tagged < 0.8.6 + # https://github.com/commercialhaskell/stackage/issues/3792 + - profunctors < 5.3 + # end of packages # Package flags are applied to individual packages, and override the values of