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 1b9ee73 commit 138208fCopy full SHA for 138208f
lsp-test/lsp-test.cabal
@@ -36,7 +36,7 @@ library
36
, parser-combinators:Control.Applicative.Combinators
37
default-language: Haskell2010
38
build-depends: base >= 4.10 && < 5
39
- , lsp-types == 1.3.*
+ , lsp-types == 1.4.*
40
, aeson
41
, time
42
, aeson-pretty
lsp-types/lsp-types.cabal
@@ -1,6 +1,6 @@
1
cabal-version: 2.2
2
name: lsp-types
3
-version: 1.3.0.1
+version: 1.4.0.0
4
synopsis: Haskell library for the Microsoft Language Server Protocol, data types
5
6
description: An implementation of the types to allow language implementors to
lsp/lsp.cabal
@@ -41,7 +41,7 @@ library
, exceptions
, hslogger
43
, hashable
44
45
, dependent-map
46
, lens >= 4.15.2
47
, mtl
0 commit comments