diff options
author | Kleidukos <hecate+github@glitchbra.in> | 2020-03-19 16:55:28 +0100 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2020-03-19 12:38:31 -0400 |
commit | b54a182873bdf5ac635872a28d8e9892846ab322 (patch) | |
tree | 0a1b28b6fd10aeae62c8e603f13b8d08f23a4591 /.travis.yml | |
parent | 9a737d67d97ec4310b1ae89de640093c9d89e372 (diff) |
Force ghc-8.8.3
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 896087ba..9215057a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,8 @@ before_cache: - rm -rfv $CABALHOME/packages/head.hackage matrix: include: - - compiler: ghc-8.8.1 - addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.1","cabal-install-3.0"]}} + - compiler: ghc-8.8.3 + addons: {"apt":{"sources":["hvr-ghc"],"packages":["ghc-8.8.3","cabal-install-3.0"]}} before_install: - HC=$(echo "/opt/$CC/bin/ghc" | sed 's/-/\//') - WITHCOMPILER="-w $HC" |