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 a1d4eea commit 74e5cdaCopy full SHA for 74e5cda
lsp-types/lsp-types.cabal
@@ -70,7 +70,7 @@ library
70
, Language.LSP.Types.WorkspaceSymbol
71
-- other-extensions:
72
ghc-options: -Wall
73
- build-depends: base >= 4.11 && < 4.16
+ build-depends: base >= 4.11 && < 5
74
, aeson >=1.2.2.0
75
, binary
76
, bytestring
lsp/lsp.cabal
@@ -31,7 +31,7 @@ library
31
, Language.LSP.Server.Control
32
, Language.LSP.Server.Processing
33
34
35
, async
36
, aeson >=1.0.0.0
37
, attoparsec
0 commit comments