File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ library
36
36
, parser-combinators :Control.Applicative.Combinators
37
37
default-language : Haskell2010
38
38
build-depends : base >= 4.10 && < 5
39
- , lsp-types == 1.3 . *
39
+ , lsp-types == 1.4 . *
40
40
, aeson
41
41
, time
42
42
, aeson-pretty
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : lsp-types
3
- version : 1.3 .0.1
3
+ version : 1.4 .0.0
4
4
synopsis : Haskell library for the Microsoft Language Server Protocol, data types
5
5
6
6
description : An implementation of the types to allow language implementors to
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ library
41
41
, exceptions
42
42
, hslogger
43
43
, hashable
44
- , lsp-types == 1.3 . *
44
+ , lsp-types == 1.4 . *
45
45
, dependent-map
46
46
, lens >= 4.15.2
47
47
, mtl
You can’t perform that action at this time.
0 commit comments