From 6d19b51074634cb13726bc3097a09fb9fad49d63 Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Fri, 1 Jan 2021 08:54:00 +0800 Subject: [PATCH] free < 5.1.6 (#5667) profunctors-5.5.2 ([changelog](http://hackage.haskell.org/package/profunctors-5.5.2/changelog)) (Edward Kmett @ek mett, Stackage upper bounds) is out of bounds for: - [ ] free-5.1.6 (>=5.6.1 && < 6). Edward Kmett @ekmett. @RyanGlScott. Used by: library --- build-constraints.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7f5eb55c..868ca4cc 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5058,6 +5058,7 @@ packages: # https://github.com/commercialhaskell/stackage/issues/5667 - profunctors < 5.6 + - free < 5.1.6 # https://github.com/commercialhaskell/stackage/issues/5666 - generic-deriving < 1.14