From eec9eeef01f8545a3c6059b39ca7abca63a241f6 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 15 Aug 2018 19:52:15 +0100 Subject: [PATCH] Use correct stack yaml for hoogle --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2