X-Git-Url: http://git.lukelau.me/?a=blobdiff_plain;f=lsp-test.cabal;h=1c6ca382895b00f9e4f78527b09a4cbee9ab18f4;hb=5cc69357da694c5521a78b0ab64866d76993de65;hp=96c2ca303193b284090431e3aca98c5d19eaa5a0;hpb=e0220090747dd954341f6c17551f1200deab03b8;p=lsp-test.git diff --git a/lsp-test.cabal b/lsp-test.cabal index 96c2ca3..1c6ca38 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -1,5 +1,5 @@ name: lsp-test -version: 0.5.1.0 +version: 0.5.1.1 synopsis: Functional test framework for LSP servers. description: A test framework for writing tests against @@ -35,8 +35,8 @@ library , haskell-lsp:Language.Haskell.LSP.Types.Capabilities , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 - build-depends: base >= 4.7 && < 5 - , haskell-lsp >= 0.8 && < 0.9 + build-depends: base >= 4.10 && < 5 + , haskell-lsp >= 0.8 && < 0.10 , aeson , aeson-pretty , ansi-terminal @@ -75,14 +75,13 @@ test-suite tests main-is: Test.hs hs-source-dirs: test ghc-options: -W - build-depends: base >= 4.7 && < 5 + 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 -