From: Alan Zimmerman Date: Sat, 18 May 2019 11:42:28 +0000 (+0200) Subject: Bump haskell-lsp to 0.13.0.0 X-Git-Tag: 0.5.2.3~1^2 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=89860a8cf94fed0f2773eebfd5d3ff7710ae3bb9 Bump haskell-lsp to 0.13.0.0 --- diff --git a/lsp-test.cabal b/lsp-test.cabal index 9969500..a26562a 100644 --- a/lsp-test.cabal +++ b/lsp-test.cabal @@ -36,7 +36,7 @@ library , parser-combinators:Control.Applicative.Combinators default-language: Haskell2010 build-depends: base >= 4.10 && < 5 - , haskell-lsp >= 0.12.1 && < 0.13 + , haskell-lsp >= 0.13.0 && < 0.14 , aeson , aeson-pretty , ansi-terminal @@ -78,7 +78,7 @@ test-suite tests build-depends: base >= 4.10 && < 5 , hspec , lens - , haskell-lsp >= 0.12.1 && < 0.13 + , haskell-lsp >= 0.13.0 && < 0.14 , lsp-test , data-default , aeson diff --git a/stack.yaml b/stack.yaml index 5045e7f..d072777 100644 --- a/stack.yaml +++ b/stack.yaml @@ -3,6 +3,6 @@ packages: - . extra-deps: - - haskell-lsp-0.12.1.0 - - haskell-lsp-types-0.12.1.0 + - haskell-lsp-0.13.0.0 + - haskell-lsp-types-0.13.0.0 - rope-utf16-splay-0.3.1.0