[commit: packages/containers] cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-408-bugfix_394: Update .travis.yml with new GHC versions (#282) (c002e0f)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:43:23 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/c002e0fbd2b327f26b3c0eeb3c9424d4d1657434

>---------------------------------------------------------------

commit c002e0fbd2b327f26b3c0eeb3c9424d4d1657434
Author: Ossi Herrala <oherrala at gmail.com>
Date:   Sun Jun 5 00:41:40 2016 +0300

    Update .travis.yml with new GHC versions (#282)
    
    Add GHC 8.0.1 and replace 7.10.1 with 7.10.3.
    
    Fixes #269


>---------------------------------------------------------------

c002e0fbd2b327f26b3c0eeb3c9424d4d1657434
 .travis.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 9505f69..c8cd29f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,7 +8,8 @@ env:
  - GHCVER=7.4.2 CABALVER=1.16
  - GHCVER=7.6.3 CABALVER=1.16
  - GHCVER=7.8.4 CABALVER=1.18
- - GHCVER=7.10.1 CABALVER=1.22
+ - GHCVER=7.10.3 CABALVER=1.22
+ - GHCVER=8.0.1 CABALVER=1.24
  - GHCVER=head CABALVER=head
 
 matrix:



More information about the ghc-commits mailing list