From ff6ad7a2194723f4f47132a994e353b02a1a9686 Mon Sep 17 00:00:00 2001 From: Alan Zimmerman Date: Fri, 19 Apr 2019 14:18:47 +0200 Subject: [PATCH] Relax upper bound on haskell-lsp --- lsp-test.cabal | 5 ++--- stack.yaml | 4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lsp-test.cabal b/lsp-test.cabal index 220f2a1..457ed43 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.8 && < 0.9 + , haskell-lsp >= 0.8 && < 0.10 , aeson , aeson-pretty , ansi-terminal @@ -78,11 +78,10 @@ test-suite tests 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 - diff --git a/stack.yaml b/stack.yaml index 7a2a978..6ee01be 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,4 +1,6 @@ resolver: lts-13.15 packages: - . - +extra-deps: +- haskell-lsp-0.9.0.0 +- haskell-lsp-types-0.9.0.0 -- 2.30.2