X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=f47f134b5e4af490a9720e0a0376491a55754078;hb=5822dd40ae06ed413727cfeb3d1fd24b285db9e5;hp=468052fd742591d355cb32390b86f2188be1270a;hpb=33e79d02ce20276a9d7eb38728249e2b172c4460;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 468052f..f47f134 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.1.1 +version: 0.5.1.3 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -36,7 +36,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp >= 0.8 && < 0.11 + , haskell-lsp >= 0.10 && < 0.11 , aeson , aeson-pretty , ansi-terminal @@ -85,4 +85,3 @@ test-suite tests , unordered-containers , text default-language: Haskell2010 -