[commit: packages/haskeline] master: .travis.yml: Add ghc 7.10.3 and 8.0.1 (08e972b)

git at git.haskell.org git at git.haskell.org
Tue Dec 13 19:22:11 UTC 2016


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

On branch  : master
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/08e972b6492a5db240f2b6bcf57417f0b5862bab

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

commit 08e972b6492a5db240f2b6bcf57417f0b5862bab
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date:   Wed Sep 7 20:46:05 2016 +1000

    .travis.yml: Add ghc 7.10.3 and 8.0.1


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

08e972b6492a5db240f2b6bcf57417f0b5862bab
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index f4c0f29..775d0b0 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,9 @@ env:
  - CABALVER=1.18 GHCVER=7.8.1
  - CABALVER=1.18 GHCVER=7.8.2
  - CABALVER=1.18 GHCVER=7.8.3
- - CABALVER=1.22 GHCVER=7.10.1
+ - CABALVER=1.18 GHCVER=7.8.4
+ - CABALVER=1.22 GHCVER=7.10.3
+ - CABALVER=1.24 GHCVER=8.0.1
 
 # Note: the distinction between `before_install` and `install` is not important.
 before_install:



More information about the ghc-commits mailing list