From 1d930717a9184a14fae3ffbd1d8760e51b23ec02 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Tue, 19 Feb 2019 13:46:39 +1100 Subject: [PATCH] travis: Drop ghc 7.10.3 and use ghc 8.4.4 Since this project uses some of the new dependent types features of GHC keeping it working with multiple GHC versions is going to be difficult. Drop 7.10.3 because it has already stoppped working. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 673fb63..756ef90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,9 @@ # The following enables several GHC versions to be tested; often it's enough to test only against the last release in a major GHC version. Feel free to omit lines listings versions you don't need/want testing for. env: - - CABALVER=1.22 GHCVER=7.10.3 - CABALVER=1.24 GHCVER=8.0.2 - CABALVER=2.0 GHCVER=8.2.2 - - CABALVER=2.0 GHCVER=8.4.3 + - CABALVER=2.0 GHCVER=8.4.4 # Note: the distinction between `before_install` and `install` is not important. before_install: