From 8ed6e0d9c9f0196e7058a0bd82b91d152e19ae42 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 24 Apr 2019 00:42:42 +0100 Subject: [PATCH] Update version bounds on tests --- lsp-test.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lsp-test.cabal b/lsp-test.cabal index f47f134..f5822d9 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -78,7 +78,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.8 && < 0.11 + , haskell-lsp >= 0.10 && < 0.11 , lsp-test , data-default , aeson -- 2.30.2