X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=457ed43a4216866a2dcee9d2cd9e20c177d1c3cd;hp=220f2a1681daa078298692c5b46d2df1d2dd2daf;hb=ff6ad7a2194723f4f47132a994e353b02a1a9686;hpb=e48e7443c282e78c03eb97dbdc829c8cc6e629b3 diff --git a/lsp-test.cabal b/lsp-test.cabal index 220f2a1..457ed43 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -36,7 +36,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp >= 0.8 && < 0.9 + , haskell-lsp >= 0.8 && < 0.10 , aeson , aeson-pretty , ansi-terminal @@ -78,11 +78,10 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.8 && < 0.9 + , haskell-lsp >= 0.8 && < 0.10 , lsp-test , data-default , aeson , unordered-containers , text default-language: Haskell2010 -