From 36f9c2ec4f8b7ce8e7a7f90f963bee0de5dfa59b Mon Sep 17 00:00:00 2001 From: Alexey Zabelin Date: Wed, 17 Jun 2020 10:26:28 -0700 Subject: [PATCH] Disable pretty-types, #5446 --- build-constraints.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index d7e554b3..7c185a9d 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -2225,7 +2225,7 @@ packages: "Sven Heyll @sheyll": - b9 < 0 # build failure with GHC 8.4 https://github.com/sheyll/b9-vm-image-builder/issues/4 - type-spec - - pretty-types + - pretty-types < 0 # ghc 8.10.1 https://github.com/commercialhaskell/stackage/issues/5446 - function-builder - bytestring-to-vector