From 70d1c43e0969a0897c381064ae84f90510d4ed17 Mon Sep 17 00:00:00 2001 From: Michael Xavier Date: Wed, 25 Jan 2017 18:15:40 -0800 Subject: [PATCH] I think we have to use system-ghc explicitly now? --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 67f85d4..15fd644 100644 --- a/.travis.yml +++ b/.travis.yml @@ -56,7 +56,7 @@ before_install: - export PATH=$HOME/.local/bin:$PATH - travis_retry curl -L https://www.stackage.org/stack/linux-x86_64 | tar xz --wildcards --strip-components=1 -C ~/.local/bin '*/stack' - export PATH=/opt/ghc/$GHCVER/bin:$PATH - - export RUNSTACK="stack --no-terminal --skip-ghc-check --resolver=$RESOLVER" + - export RUNSTACK="stack --no-terminal --skip-ghc-check --system-ghc --resolver=$RESOLVER" install: - $RUNSTACK --version