From 8431fd7f8c28b329879bd858993be8e55dd43c64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Sat, 23 May 2020 20:21:45 +0200 Subject: [PATCH] Drop & modify old GHCs --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 898cf37d1..1a474473b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,9 +3,7 @@ "ghc": [ "8.8.3" , "8.6.5" - , "8.4.3" - , "8.2.2" - , "8.0.2" + , "8.4.4" ], "before_install": [ "sudo apt-get update -qq" @@ -23,7 +21,7 @@ { "repo": "turion/rhine" , "tags": "true" , "condition": - [ "$TRAVIS_HASKELL_VERSION = 8.2.2" + [ "$TRAVIS_HASKELL_VERSION = 8.6.5" ] } }