We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49b0bb5 commit 12c1a46Copy full SHA for 12c1a46
lsp-test/lsp-test.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.4
2
name: lsp-test
3
-version: 0.15.0.0
+version: 0.15.0.1
4
synopsis: Functional test framework for LSP servers.
5
description:
6
A test framework for writing tests against
@@ -59,7 +59,7 @@ library
59
, filepath
60
, Glob >=0.9 && <0.11
61
, lens
62
- , lsp ^>=2.0
+ , lsp ^>=2.1
63
, lsp-types ^>=2.0
64
, mtl <2.4
65
, parser-combinators >=1.2
@@ -102,7 +102,7 @@ test-suite tests
102
103
, hspec
104
105
106
, lsp-test
107
108
, parser-combinators
0 commit comments