diff --git a/lsp-test/lsp-test.cabal b/lsp-test/lsp-test.cabal index da5b31db..f17c662d 100644 --- a/lsp-test/lsp-test.cabal +++ b/lsp-test/lsp-test.cabal @@ -99,7 +99,7 @@ test-suite tests other-modules: DummyServer build-depends: , aeson - , base >=4.10 && <5 + , base , containers , data-default , directory diff --git a/lsp-types/lsp-types.cabal b/lsp-types/lsp-types.cabal index c41fd246..8770e457 100644 --- a/lsp-types/lsp-types.cabal +++ b/lsp-types/lsp-types.cabal @@ -551,7 +551,7 @@ executable generator main-is: Main.hs other-modules: CodeGen build-depends: - , base >=4.11 && <5 + , base , containers , directory , filepath