From 8afeaad919dc67643b4eff14efafb48b59039b2b Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Thu, 31 Dec 2015 23:49:49 +0100 Subject: travis: use GHC 7.10.3 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 7bb719e1a5..10065034ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,13 +16,13 @@ addons: - ubuntu-toolchain-r-test packages: - cabal-install-1.18 - - ghc-7.8.4 + - ghc-7.10.3 - alex-3.1.3 - happy-1.19.4 - llvm-3.7 before_install: - - export PATH=/opt/ghc/7.8.4/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.7/bin:$PATH + - export PATH=/opt/ghc/7.10.3/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.7/bin:$PATH # Be explicit about which protocol to use, such that we don't have to repeat the rewrite command for each. - git config remote.origin.url git://github.com/${TRAVIS_REPO_SLUG}.git -- cgit v1.2.1