From 0e3718c496012a2b476529445c434438d1c6b71c Mon Sep 17 00:00:00 2001 From: Kristen Kozak <grayjay@wordroute.com> Date: Fri, 30 Mar 2018 22:24:43 -0700 Subject: [PATCH] Use GHC 8.2.2 for solver-debug-flags Travis job. The flag debug-tracetree requires tracetree, which hasn't yet been updated for GHC 8.4.1. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3cb87fa891..c33787d600 100644 --- a/.travis.yml +++ b/.travis.yml @@ -59,7 +59,7 @@ matrix: os: linux sudo: required - - env: GHCVER=8.4.1 SCRIPT=solver-debug-flags USE_GOLD=YES + - env: GHCVER=8.2.2 SCRIPT=solver-debug-flags USE_GOLD=YES sudo: required os: linux - env: GHCVER=8.4.1 SCRIPT=script DEBUG_EXPENSIVE_ASSERTIONS=YES TAGSUFFIX="-fdebug-expensive-assertions" USE_GOLD=YES -- GitLab