[commit: haddock] travis: Travis: Use ghc-8.2.1 on master (ca8dc71)

git at git.haskell.org git at git.haskell.org
Mon Nov 20 21:07:16 UTC 2017


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

On branch  : travis
Link       : http://git.haskell.org/haddock.git/commitdiff/ca8dc71ce7a34824564ed33bdf9638b923445e93

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

commit ca8dc71ce7a34824564ed33bdf9638b923445e93
Author: alexbiehl <alex.biehl at gmail.com>
Date:   Tue Apr 18 16:45:32 2017 +0200

    Travis: Use ghc-8.2.1 on master


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

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

diff --git a/.travis.yml b/.travis.yml
index 405f875..afbcb7f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,7 +4,8 @@ matrix:
   include:
     - env: CABALVER=head GHCVER=head
       addons: {apt: {packages: [cabal-install-head,ghc-head],  sources: [hvr-ghc]}}
-
+    - env: CABALVER=head GHCVER=8.2.1
+      addons: {apt: {packages: [cabal-install-head,ghc-8.2.1],  sources: [hvr-ghc]}}
   allow_failures:
     - env: CABALVER=head GHCVER=head
 



More information about the ghc-commits mailing list