X-Git-Url: https://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=f306aec8ad29edb11332a4e948414aa29f2cada0;hb=adc4d77e1e5940b6d3230be8134428e56c593d56;hp=de933570a41f67c5f57302e097b852f93bfff92a;hpb=e947642c734b4dd081e59b2afcaf3228d1b2f5a9;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index de93357..f306aec 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.8.0.0 +version: 0.8.1.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.17.* + , haskell-lsp == 0.18.* , aeson , aeson-pretty , ansi-terminal @@ -44,7 +44,7 @@ library , bytestring , conduit , conduit-parse == 0.2.* - , containers + , containers >= 0.5.9 , data-default , Diff , directory @@ -56,7 +56,6 @@ library , rope-utf16-splay , text , transformers - , temporary , unordered-containers if os(windows) build-depends: Win32 @@ -80,7 +79,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp == 0.17.* + , haskell-lsp == 0.18.* , lsp-test , data-default , aeson