aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-06-28 12:41:06 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-06-28 12:41:06 +0200
commit6b43a01a3c732c16d5e5cc22420512da7ecf7989 (patch)
tree702248b8e228cd6c12de86cc302edbc528f1abef
parent4a712b476d84cc96ae99aebc784573b6869913aa (diff)
downloadpandoc-6b43a01a3c732c16d5e5cc22420512da7ecf7989.tar.gz
travis: Install Cabal library before anything else.
I'm hoping this fixes the issue with travis builds with earlier ghc versions. See https://github.com/haskell/cabal/issues/4456
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 9291f8bc2..152a597fb 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -117,6 +117,7 @@ install:
cabal)
cabal --version
travis_retry cabal update
+ cabal install Cabal
cabal install --disable-optimization --only-dependencies --flags="$FLAGS" --enable-tests --force-reinstalls --reorder-goals --max-backjumps=-1 $CABALARGS
;;
esac