From 89860a8cf94fed0f2773eebfd5d3ff7710ae3bb9 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Sat, 18 May 2019 13:42:28 +0200 Subject: [PATCH] Bump haskell-lsp to 0.13.0.0 --- lsp-test.cabal | 4 ++-- stack.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.30.2