[commit: packages/process] master: Add GHC 7.10.1 to test-matrix; update to GHC 7.8.4 (58e8963)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 11:37:40 UTC 2015
Repository : ssh://git@git.haskell.org/process
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/58e896360f3cdc577f99fee3d3bfafb7964e76c2/process
>---------------------------------------------------------------
commit 58e896360f3cdc577f99fee3d3bfafb7964e76c2
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Jan 14 08:26:44 2015 +0100
Add GHC 7.10.1 to test-matrix; update to GHC 7.8.4
>---------------------------------------------------------------
58e896360f3cdc577f99fee3d3bfafb7964e76c2
.travis.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index ddb661a..a3096e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,7 +5,8 @@ env:
# we have to use CABALVER=1.16 for GHC<7.6 as well, as there's
# no package for earlier cabal versions in the PPA
- GHCVER=7.6.3 CABALVER=1.16
- - GHCVER=7.8.3 CABALVER=1.18
+ - GHCVER=7.8.4 CABALVER=1.18
+ - GHCVER=7.10.1 CABALVER=1.22
- GHCVER=head CABALVER=head
matrix:
More information about the ghc-commits
mailing list