[commit: ghc] wip/nfs-locking: Switch to building using GHC 8.0.2 and GHC 8.2.1 on Travis (3a39f38)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 01:21:42 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/3a39f383a05863a78b63a2ca445e863e75bede19/ghc
>---------------------------------------------------------------
commit 3a39f383a05863a78b63a2ca445e863e75bede19
Author: Andrey Mokhov <andrey.mokhov at gmail.com>
Date: Wed Aug 2 01:02:58 2017 +0100
Switch to building using GHC 8.0.2 and GHC 8.2.1 on Travis
>---------------------------------------------------------------
3a39f383a05863a78b63a2ca445e863e75bede19
.travis.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index ba67ae3..49fac80 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,17 +29,17 @@ matrix:
- os: linux
env: MODE="--flavour=quickest"
- compiler: "GHC 7.10.3"
+ compiler: "GHC 8.2.1"
addons:
apt:
packages:
- - ghc-7.10.3
+ - ghc-8.2.1
- cabal-install-1.22
- zlib1g-dev
sources: hvr-ghc
before_install:
- - PATH="/opt/ghc/7.10.3/bin:$PATH"
+ - PATH="/opt/ghc/8.2.1/bin:$PATH"
- PATH="/opt/cabal/1.22/bin:$PATH"
script:
More information about the ghc-commits
mailing list