X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=blobdiff_plain;f=lsp-test.cabal;h=c9138d3bb35067eab62306793ae04180941aa2d8;hp=e4c465b052ff312794aa3f387564dd388d44f53c;hb=b9132def667957ac138162b5d1cce59f4c013367;hpb=100a827c557ab534b4f67cdac6bee88e3cf00999 diff --git a/lsp-test.cabal b/lsp-test.cabal index e4c465b..c9138d3 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -21,7 +21,7 @@ build-type: Simple cabal-version: 2.0 extra-source-files: README.md , ChangeLog.md -tested-with: GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3, GHC == 8.6.4, GHC == 8.6.5 +tested-with: GHC == 8.2.2 , GHC == 8.4.2 , GHC == 8.4.3, GHC == 8.6.4, GHC == 8.6.5, GHC == 8.8.1 source-repository head type: git @@ -36,7 +36,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp == 0.15.* + , haskell-lsp == 0.17.* , aeson , aeson-pretty , ansi-terminal