[commit: ghc] wip/travis: Travis experiment: bump boot GHC (a0440d8)
git at git.haskell.org
git at git.haskell.org
Tue Feb 7 19:54:40 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/travis
Link : http://ghc.haskell.org/trac/ghc/changeset/a0440d8d12b05e4720982e42d74db4a17bd71cc2/ghc
>---------------------------------------------------------------
commit a0440d8d12b05e4720982e42d74db4a17bd71cc2
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Tue Feb 7 14:54:31 2017 -0500
Travis experiment: bump boot GHC
>---------------------------------------------------------------
a0440d8d12b05e4720982e42d74db4a17bd71cc2
.travis.yml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 04bad9b..8047f1a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,15 +19,15 @@ addons:
#- llvm-toolchain-precise-3.7
- ubuntu-toolchain-r-test
packages:
- - cabal-install-1.18
- - ghc-7.10.3
- - alex-3.1.3
- - happy-1.19.4
+ - cabal-install-1.24
+ - ghc-8.0.2
+ - alex-3.1.7
+ - happy-1.19.5
- python3
#- llvm-3.7
before_install:
- - 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
+ - export PATH=/opt/ghc/7.0.2/bin:/opt/cabal/1.24/bin:/opt/alex/3.1.7/bin:/opt/happy/1.19.5/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