Skip to content

Commit 74e5cda

Browse files
committed
Give more generous bounds on base
1 parent a1d4eea commit 74e5cda

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lsp-types/lsp-types.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ library
7070
, Language.LSP.Types.WorkspaceSymbol
7171
-- other-extensions:
7272
ghc-options: -Wall
73-
build-depends: base >= 4.11 && < 4.16
73+
build-depends: base >= 4.11 && < 5
7474
, aeson >=1.2.2.0
7575
, binary
7676
, bytestring

lsp/lsp.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ library
3131
, Language.LSP.Server.Control
3232
, Language.LSP.Server.Processing
3333
ghc-options: -Wall
34-
build-depends: base >= 4.11 && < 4.16
34+
build-depends: base >= 4.11 && < 5
3535
, async
3636
, aeson >=1.0.0.0
3737
, attoparsec

0 commit comments

Comments
 (0)