From: Luke Lau Date: Wed, 15 Aug 2018 18:52:15 +0000 (+0100) Subject: Use correct stack yaml for hoogle X-Git-Tag: 0.3.0.0~7 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=eec9eeef01f8545a3c6059b39ca7abca63a241f6 Use correct stack yaml for hoogle --- diff --git a/.travis.yml b/.travis.yml index bb1cd2c..2b19ee1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -37,7 +37,7 @@ before_install: - git submodule sync - git submodule update --init - stack --no-terminal --skip-ghc-check -j2 install --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml - - stack exec hoogle generate + - stack exec hoogle generate --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml - cd $TRAVIS_BUILD_DIR - hie --version # - git submodule init