From e396b6e1b8988fc4a4f17ae99b93654636e1c34c Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 29 Oct 2019 15:23:58 +0100 Subject: [PATCH] stylish-haskell < 0.9.4.0 for #4948 --- build-constraints.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index 2dfbe1c9..7af2ad3f 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5255,7 +5255,9 @@ packages: # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 - "Stackage upper bounds": [] + "Stackage upper bounds": + # https://github.com/commercialhaskell/stackage/issues/4948 + - stylish-haskell < 0.9.4.0 # end of packages