[commit: packages/unix] backpack, bgamari-patch-1, master, readdirstream-maybe-patch: Add GHC 7.10.2/3 and 8.0.1 to travis.yml (7207bae)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 22:04:08 UTC 2017
Repository : ssh://git@git.haskell.org/unix
On branches: backpack,bgamari-patch-1,master,readdirstream-maybe-patch
Link : http://ghc.haskell.org/trac/ghc/changeset/7207bae8e0a5a0885041728f11f19fde46ed0066/unix
>---------------------------------------------------------------
commit 7207bae8e0a5a0885041728f11f19fde46ed0066
Author: Eric Mertens <emertens at gmail.com>
Date: Thu Jun 2 08:15:28 2016 -0700
Add GHC 7.10.2/3 and 8.0.1 to travis.yml
>---------------------------------------------------------------
7207bae8e0a5a0885041728f11f19fde46ed0066
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 19ac588..e676991 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,9 @@ env:
- CABALVER=1.18 GHCVER=7.8.3
- CABALVER=1.18 GHCVER=7.8.4
- CABALVER=1.22 GHCVER=7.10.1
+ - CABALVER=1.22 GHCVER=7.10.2
+ - CABALVER=1.22 GHCVER=7.10.3
+ - CABALVER=1.24 GHCVER=8.0.1
- CABALVER=head GHCVER=head
matrix:
More information about the ghc-commits
mailing list