From bcc33d41eb5f2130c358095528f993bfd7863d8d Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Tue, 4 Feb 2020 23:33:38 +0000 Subject: [PATCH] Bump constraints for new haskell-lsp --- ChangeLog.md | 4 ++++ lsp-test.cabal | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 2ad3ba8..3361a12 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,9 @@ # Revision history for lsp-test +## 0.10.1.0 -- 2019-02-04 + +* Bump constraints for new haskell-lsp + ## 0.10.0.0 -- 2019-12-29 * Account for messages received between the initialize request and response. diff --git a/lsp-test.cabal b/lsp-test.cabal index 8df7405..8485192 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.10.0.0 +version: 0.10.1.0 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -35,7 +35,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp == 0.19.* + , haskell-lsp >= 0.19 && < 0.21 , aeson , aeson-pretty , ansi-terminal @@ -77,7 +77,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp == 0.19.* + , haskell-lsp >= 0.19 && < 0.21 , lsp-test , data-default , aeson -- 2.30.2