From 38f7efec9e01c69ae60f6afc85ddd9653cc145ee Mon Sep 17 00:00:00 2001 From: Sandy Maguire Date: Tue, 31 Mar 2020 09:38:27 -0700 Subject: [PATCH] Update Travis to also check 8.10.1 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 341b817..553fe2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,8 @@ before_cache: - rm -rfv $CABALHOME/packages/head.hackage matrix: include: + - compiler: ghc-8.10.1 + addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.10.1","cabal-install-3.0"]}} - compiler: ghc-8.8.1 addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}} - compiler: ghc-8.6.5