diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-06-29 19:51:12 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-06-29 19:51:12 +0200 |
commit | 57978fa3b30fc90c36889041e1ee4bd13d244090 (patch) | |
tree | 0fd8408b09810ae9127f4afeb2794bb7fb0ad8a7 | |
parent | f0a1c42e4e1e0985146b279b5e9874dffbd7b68a (diff) | |
download | pandoc-57978fa3b30fc90c36889041e1ee4bd13d244090.tar.gz |
travis: try adding 'ghc-pkg recache'.
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index fd482a498..9527d543c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -115,6 +115,7 @@ install: travis_retry cabal update case "$GHCVER" in 7.10.3) + ghc-pkg recache && \ cabal install --disable-optimization --force-reinstalls yaml-0.8.30 && \ cabal install -v1 --disable-optimization --flags="$FLAGS" --enable-tests --force-reinstalls --reorder-goals --max-backjumps=-1 $CABALARGS ;; |