From 62393669dcb03128817d074f894630abb2e2038c Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Thu, 5 Oct 2017 13:20:47 +0100 Subject: [PATCH] update the travis file for 8.2.2 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d62b1db2b..2bef546d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,6 +20,7 @@ env: - CABALVER=1.22 GHCVER=7.10.3 - CABALVER=1.24 GHCVER=8.0.1 - CABALVER=2.0 GHCVER=8.2.1 + - CABALVER=2.0 GHCVER=8.2.2 # Note: the distinction between `before_install` and `install` is not # important.