X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=de933570a41f67c5f57302e097b852f93bfff92a;hb=a9dfbffbaa28063f1d9f5ff9a27f4ea617807701;hp=14e0046a2836a42fc46709488d08763766df5fe3;hpb=ba7a15760f4143c9fe3aebcffe79026a19751b6f;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 14e0046..de93357 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.7.0.0 +version: 0.8.0.0 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.16.* + , haskell-lsp == 0.17.* , aeson , aeson-pretty , ansi-terminal @@ -52,10 +52,11 @@ library , lens , mtl , parser-combinators - , process + , process >= 1.6 , rope-utf16-splay , text , transformers + , temporary , unordered-containers if os(windows) build-depends: Win32 @@ -79,7 +80,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp == 0.16.* + , haskell-lsp == 0.17.* , lsp-test , data-default , aeson