Update stack and travis
authorLuke Lau <luke_lau@icloud.com>
Tue, 4 Sep 2018 14:13:35 +0000 (15:13 +0100)
committerLuke Lau <luke_lau@icloud.com>
Tue, 4 Sep 2018 14:13:35 +0000 (15:13 +0100)
.travis.yml
stack.yaml

index fecf4833b2e44599a4475ecc68c883a504dadcf6..d665c855de596e51597ed141d9132dbe04504bf6 100644 (file)
@@ -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
index 3a29515553b8a4e5d06b645c547f17a656bc4276..3623d03daf226f785806b8c4d56f55d6def027e6 100644 (file)
@@ -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