X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=9eabc8a16b1f106a1189fc46456fc38e54a580aa;hp=2a12d7fb1dff41f6127010140bba087a8911e42f;hb=82b289c0c28f425f2bdce9c209e927d9595585ee;hpb=59db0228a19fd6bedd0f611e4369e11a4e514761 diff --git a/lsp-test.cabal b/lsp-test.cabal index 2a12d7f..9eabc8a 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -42,7 +42,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp >= 0.22 && < 0.23 + , haskell-lsp >= 0.22 && < 0.24 , aeson , aeson-pretty , ansi-terminal @@ -82,7 +82,7 @@ executable dummy-server hs-source-dirs: test/dummy-server ghc-options: -W build-depends: base >= 4.10 && < 5 - , haskell-lsp + , haskell-lsp >= 0.23 && < 0.24 , data-default , aeson , unordered-containers @@ -101,7 +101,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.22 && < 0.23 + , haskell-lsp >= 0.22 && < 0.24 , lsp-test , data-default , aeson