From: Luke Lau Date: Tue, 4 Sep 2018 14:13:35 +0000 (+0100) Subject: Update stack and travis X-Git-Tag: 0.3.0.0~1 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=0c4f0c2838c43aedcda70a96837bfba3ce727918 Update stack and travis --- diff --git a/.travis.yml b/.travis.yml index fecf483..d665c85 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,6 @@ before_install: - npm i -g javascript-typescript-langserver script: - - stack test --compiler ghc-$TRAVIS_HASKELL_VERSION - # - cabal configure --enable-tests - # - cabal test --show-details=streaming + # - stack test --compiler ghc-$TRAVIS_HASKELL_VERSION + - cabal configure --enable-tests + - cabal test --show-details=streaming diff --git a/stack.yaml b/stack.yaml index 3a29515..3623d03 100644 --- a/stack.yaml +++ b/stack.yaml @@ -3,5 +3,5 @@ packages: - . extra-deps: - - haskell-lsp-0.6.0.0 - - haskell-lsp-types-0.6.0.0 + - haskell-lsp-0.7.0.0 + - haskell-lsp-types-0.7.0.0