Merge pull request #31 from fendor/type-def-req
authorLuke Lau <luke_lau@icloud.com>
Mon, 4 Mar 2019 22:17:37 +0000 (22:17 +0000)
committerGitHub <noreply@github.com>
Mon, 4 Mar 2019 22:17:37 +0000 (22:17 +0000)
Add Type definition request

.travis.yml
stack.yaml

index 07dc18b060dbf82d137ab15c67a4eadc103c8faf..4dc2e296037b25366a75e716f617139f95aaca92 100644 (file)
@@ -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
index 0c1d999cf218b8d3e0d8e3b4eb4b91eff1c3fbb9..119fa6a1bf115cc70297ec65b502bcca4c27d7a1 100644 (file)
@@ -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