File tree 4 files changed +6
-5
lines changed 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : lsp-test
3
- version : 0.14.0.0
3
+ version : 0.14.0.1
4
4
synopsis : Functional test framework for LSP servers.
5
5
description :
6
6
A test framework for writing tests against
@@ -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.2 . *
39
+ , lsp-types == 1.3 . *
40
40
, aeson
41
41
, time
42
42
, aeson-pretty
Original file line number Diff line number Diff line change 1
1
name : lsp-types
2
- version : 1.2 .0.0
2
+ version : 1.3 .0.0
3
3
synopsis : Haskell library for the Microsoft Language Server Protocol, data types
4
4
5
5
description : An implementation of the types to allow language implementors to
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ module Language.LSP.Types.Uri
10
10
, toNormalizedUri
11
11
, fromNormalizedUri
12
12
, NormalizedFilePath
13
+ , normalizedFilePath
13
14
, toNormalizedFilePath
14
15
, fromNormalizedFilePath
15
16
, normalizedFilePathToUri
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.2
2
2
name : lsp
3
- version : 1.2.0.0
3
+ version : 1.2.0.1
4
4
synopsis : Haskell library for the Microsoft Language Server Protocol
5
5
6
6
description : An implementation of the types, and basic message server to
@@ -41,7 +41,7 @@ library
41
41
, exceptions
42
42
, hslogger
43
43
, hashable
44
- , lsp-types == 1.2 . *
44
+ , lsp-types == 1.3 . *
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