From: Alan Zimmerman Date: Fri, 19 Apr 2019 12:18:47 +0000 (+0200) Subject: Relax upper bound on haskell-lsp X-Git-Tag: 0.5.1.2~1^2~1^2 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=ff6ad7a2194723f4f47132a994e353b02a1a9686 Relax upper bound on haskell-lsp --- 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