File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
name : lsp-types
2
- version : 1.0.0.0
2
+ version : 1.0.0.1
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
@@ -67,7 +67,7 @@ library
67
67
, Language.LSP.Types.WorkspaceSymbol
68
68
-- other-extensions:
69
69
ghc-options : -Wall
70
- build-depends : base >= 4.9 && < 4.15
70
+ build-depends : base >= 4.11 && < 4.15
71
71
, aeson >= 1.2.2.0
72
72
, binary
73
73
, bytestring
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.4
2
2
name : lsp
3
- version : 1.0.0.0
3
+ version : 1.0.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
@@ -31,7 +31,7 @@ library
31
31
, Language.LSP.Server.Control
32
32
, Language.LSP.Server.Processing
33
33
ghc-options : -Wall
34
- build-depends : base >= 4.9 && < 4.15
34
+ build-depends : base >= 4.11 && < 4.15
35
35
, async
36
36
, aeson >= 1.0.0.0
37
37
, attoparsec
@@ -68,7 +68,7 @@ executable lsp-demo-reactor-server
68
68
default-language : Haskell2010
69
69
ghc-options : -Wall -Wno-unticked-promoted-constructors
70
70
71
- build-depends : base >= 4.9 && < 4.15
71
+ build-depends : base >= 4.11 && < 4.15
72
72
, aeson
73
73
, bytestring
74
74
, containers
@@ -92,7 +92,7 @@ executable lsp-demo-simple-server
92
92
hs-source-dirs : example
93
93
default-language : Haskell2010
94
94
ghc-options : -Wall -Wno-unticked-promoted-constructors
95
- build-depends : base >= 4.9 && < 5
95
+ build-depends : base >= 4.11 && < 5
96
96
-- the package library. Comment this out if you want repl changes to propagate
97
97
, lsp
98
98
, text
You can’t perform that action at this time.
0 commit comments