[commit: ghc] master: travis: use GHC 7.10.3 (8afeaad)

git at git.haskell.org git at git.haskell.org
Thu Dec 31 22:49:16 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/8afeaad919dc67643b4eff14efafb48b59039b2b/ghc

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

commit 8afeaad919dc67643b4eff14efafb48b59039b2b
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Thu Dec 31 23:49:49 2015 +0100

    travis: use GHC 7.10.3


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

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

diff --git a/.travis.yml b/.travis.yml
index 7bb719e..1006503 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



More information about the ghc-commits mailing list