From f562e28566a8116a56310b24f415ece80249746e Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Tue, 10 Sep 2019 08:56:19 -0700 Subject: [PATCH] Remove ansi-wl-pprint uppper bound Add upper bound for trifecta, #4816 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d229cc86..64bace3a 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4827,7 +4827,7 @@ packages: - llvm-hs-pure < 9 # https://github.com/commercialhaskell/stackage/issues/4816 - - ansi-wl-pprint < 0.6.9 + - trifecta < 2.1 # end of packages