From baba25f383523759d93834c5733d0aca11a10b48 Mon Sep 17 00:00:00 2001 From: Adam Bergmark Date: Tue, 29 Oct 2019 16:35:36 +0100 Subject: [PATCH] Remove stylish-haskell upper bound and close #4948 --- build-constraints.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build-constraints.yaml b/build-constraints.yaml index b972c4bb..662249ca 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -5252,9 +5252,7 @@ packages: # Need to always match the version shipped with GHC - Win32 == 2.6.1.0 - "Stackage upper bounds": - # https://github.com/commercialhaskell/stackage/issues/4948 - - stylish-haskell < 0.9.4.0 + "Stackage upper bounds": [] # end of packages