[commit: ghc] master: Travis: use ghc-7.8.4 as stage0 to fix the build (18c6ee2)

git at git.haskell.org git at git.haskell.org
Tue Jul 21 21:22:36 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/18c6ee2abc305feb98013f06b6e85117271097ea/ghc

>---------------------------------------------------------------

commit 18c6ee2abc305feb98013f06b6e85117271097ea
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date:   Tue Jul 21 14:05:32 2015 +0200

    Travis: use ghc-7.8.4 as stage0 to fix the build


>---------------------------------------------------------------

18c6ee2abc305feb98013f06b6e85117271097ea
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 5e56226..5c847da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,13 +16,13 @@ addons:
     - ubuntu-toolchain-r-test
     packages:
     - cabal-install-1.18
-    - ghc-7.6.3
+    - ghc-7.8.4
     - alex-3.1.3
     - happy-1.19.4
     - llvm-3.6
 
 before_install:
- - export PATH=/opt/ghc/7.6.3/bin:/opt/cabal/1.18/bin:/opt/alex/3.1.3/bin:/opt/happy/1.19.4/bin:/usr/lib/llvm-3.6/bin:$PATH
+ - 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.6/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



More information about the ghc-commits mailing list