From da43a26f7206cc914d6a32a62bbd660b907af1af Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Sat, 11 Apr 2020 10:46:44 +1000 Subject: [PATCH] Travis updates * Add ghc-8.10 to build matrix. * Switch to cabal 3.2 (required by ghc-8.10). --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index acbe615..41bdda9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,8 @@ env: - GHCVER=8.2.2 - GHCVER=8.4.4 - GHCVER=8.6.5 - - GHCVER=8.8.2 + - GHCVER=8.8.3 + - GHCVER=8.10.1 # Note: the distinction between `before_install` and `install` is not important. before_install: