From e2ba182ddcc4e3763552e9ee1b85492c3d084ba5 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Thu, 9 May 2019 09:18:57 +0100 Subject: [PATCH] Update haskell-lsp bounds --- lsp-test.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lsp-test.cabal b/lsp-test.cabal index 7997540..9969500 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.2.1 +version: 0.5.2.2 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -36,7 +36,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp == 0.12.* + , haskell-lsp >= 0.12.1 && < 0.13 , aeson , aeson-pretty , ansi-terminal @@ -78,7 +78,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp == 0.12.* + , haskell-lsp >= 0.12.1 && < 0.13 , lsp-test , data-default , aeson -- 2.30.2