From 15c858bceb109f9d35020964cd4d3c86e04ab609 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Sat, 16 Sep 2017 12:11:01 -0400 Subject: [PATCH] Install current ghc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29c1260..f2f3390 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,7 @@ addons: - hvr-ghc packages: - cabal-install-2.0 - - ghc-7.10.3 + - ghc-8.0 - alex-3.1.4 - happy-1.19.5