[commit: packages/deepseq] master, wip/remove_ghc70_72_cpp: Add GHC 8.0.2 to Travis builds (c8c0e51)
git at git.haskell.org
git at git.haskell.org
Wed Jul 19 21:59:35 UTC 2017
Repository : ssh://git@git.haskell.org/deepseq
On branches: master,wip/remove_ghc70_72_cpp
Link : http://git.haskell.org/packages/deepseq.git/commitdiff/c8c0e51e9669032c1fcef68d5755759dcb22b4e5
>---------------------------------------------------------------
commit c8c0e51e9669032c1fcef68d5755759dcb22b4e5
Author: Ryan Scott <ryan.gl.scott at gmail.com>
Date: Sat Apr 8 13:24:36 2017 -0400
Add GHC 8.0.2 to Travis builds
>---------------------------------------------------------------
c8c0e51e9669032c1fcef68d5755759dcb22b4e5
.travis.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.travis.yml b/.travis.yml
index 08f7528..bdcaaaf 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -70,6 +70,9 @@ matrix:
- env: CABALVER=1.24 GHCVER=8.0.1
compiler: ": #GHC 8.0.1"
addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.1], sources: [hvr-ghc]}}
+ - env: CABALVER=1.24 GHCVER=8.0.2
+ compiler: ": #GHC 8.0.2"
+ addons: {apt: {packages: [cabal-install-1.24,ghc-8.0.2], sources: [hvr-ghc]}}
before_install:
- unset CC
More information about the ghc-commits
mailing list