[commit: packages/bytestring] 0.10.4.x, master: Add GHC 7.8.3 to the Travis build-matrix (b916e3b)
git at git.haskell.org
git at git.haskell.org
Fri Jan 23 22:42:18 UTC 2015
Repository : ssh://git@git.haskell.org/bytestring
On branches: 0.10.4.x,master
Link : http://git.haskell.org/packages/bytestring.git/commitdiff/b916e3b4e9c2baf67e34237cae1636a4bdb5bfac
>---------------------------------------------------------------
commit b916e3b4e9c2baf67e34237cae1636a4bdb5bfac
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Wed Jun 4 10:20:54 2014 +0200
Add GHC 7.8.3 to the Travis build-matrix
Right now `ghc-7.8.3` is just a snapshot of the soon-to-be-7.8.3 `ghc-7.8` branch
>---------------------------------------------------------------
b916e3b4e9c2baf67e34237cae1636a4bdb5bfac
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index f50da28..413f89b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,6 +6,7 @@ env:
- GHCVER=7.4.2 CABALVER=1.16
- GHCVER=7.6.3 CABALVER=1.16
- GHCVER=7.8.2 CABALVER=1.18
+ - GHCVER=7.8.3 CABALVER=1.18
- GHCVER=head CABALVER=1.20
matrix:
More information about the ghc-commits
mailing list