From: Luke Lau Date: Mon, 4 Mar 2019 22:17:37 +0000 (+0000) Subject: Merge pull request #31 from fendor/type-def-req X-Git-Tag: 0.5.1.2~7 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=d409af913af1a3cae988cb146e6bcfa4b4f1e0c7;hp=93415fa084053d85ca3a3242e500b148e20fa661 Merge pull request #31 from fendor/type-def-req Add Type definition request --- diff --git a/.travis.yml b/.travis.yml index 07dc18b..4dc2e29 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,12 +23,12 @@ before_install: - git init - git remote add origin https://github.com/haskell/haskell-ide-engine.git - git pull origin master - - git checkout 890ca3f2f3bd3bfe74e1f38a426b383a847763bb + - git checkout 89988b66a7b2d305740a9a085009a21fd4c80adf - git submodule init - git submodule sync - git submodule update --init - - stack --no-terminal --skip-ghc-check -j2 install --stack-yaml=stack-8.6.2.yaml - - stack exec hoogle generate --stack-yaml=stack-8.6.2.yaml + - stack --no-terminal --skip-ghc-check -j2 install + - stack exec hoogle generate - cd $TRAVIS_BUILD_DIR - npm update - npm i -g javascript-typescript-langserver diff --git a/stack.yaml b/stack.yaml index 0c1d999..119fa6a 100644 --- a/stack.yaml +++ b/stack.yaml @@ -1,7 +1,4 @@ -resolver: nightly-2018-12-01 +resolver: lts-13.9 packages: - . -extra-deps: - - haskell-lsp-0.8.0.1 - - haskell-lsp-types-0.8.0.1