Bump verison of haskell-lsp
authorLuke Lau <luke_lau@icloud.com>
Sat, 21 Mar 2020 16:22:56 +0000 (16:22 +0000)
committerLuke Lau <luke_lau@icloud.com>
Sat, 21 Mar 2020 16:22:56 +0000 (16:22 +0000)
ChangeLog.md
lsp-test.cabal

index 3361a127eb4e7ecdfed0f3eb9e4d5fc0b9ae058d..c83131f1055d8c5b399ad20e19b9618cf2c906a7 100644 (file)
@@ -1,6 +1,10 @@
 # Revision history for lsp-test
 
-## 0.10.1.0 -- 2019-02-04
+## 0.10.1.0 -- 2020-03-21
+
+* Bump constraints for new haskell-lsp
+
+## 0.10.1.0 -- 2020-02-04
 
 * Bump constraints for new haskell-lsp
 
index 848519233e320a933b50e1b6f81c8794de5a9e19..4142b2ba3b81ad4b45fad128f5022beba432ec10 100644 (file)
@@ -1,5 +1,5 @@
 name:                lsp-test
-version:             0.10.1.0
+version:             0.10.2.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 && < 0.21
+                     , haskell-lsp >= 0.19 && < 0.22
                      , aeson
                      , aeson-pretty
                      , ansi-terminal
@@ -77,7 +77,7 @@ test-suite tests
   build-depends:       base >= 4.10 && < 5
                      , hspec
                      , lens
-                     , haskell-lsp >= 0.19 && < 0.21
+                     , haskell-lsp >= 0.19 && < 0.22
                      , lsp-test
                      , data-default
                      , aeson