From 6aaafdc130fe3be8c48d1cba7d82baccc5501735 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 2 Jul 2019 08:34:31 +0300 Subject: [PATCH] Upper bound on haskell-lsp for #4684 --- build-constraints.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/build-constraints.yaml b/build-constraints.yaml index 7cae62af..e268e1d0 100644 --- a/build-constraints.yaml +++ b/build-constraints.yaml @@ -4722,6 +4722,10 @@ packages: # https://github.com/commercialhaskell/stackage/issues/4673 - hlint < 2.2 + + # https://github.com/commercialhaskell/stackage/issues/4684 + - haskell-lsp < 0.15 + - haskell-lsp-types < 0.15 # end of packages # Package flags are applied to individual packages, and override the values of