From 38b075369332aa88bb1a5638c90f40e30a249f46 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Mon, 16 Apr 2018 21:58:47 +0200 Subject: compile-test: Add Cabal versions for GHC 8.4 --- tests/CompileTest.hs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index dbc033b..6560954 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -101,6 +101,8 @@ testAllCabalVersions = do , "2.0.0.2" , "2.0.1.0" , "2.0.1.1" + , "2.2.0.0" + , "2.2.0.1" , "HEAD" ] @@ -123,6 +125,7 @@ testAllCabalVersions = do , ("8.0.2", ">= 1.24.2 ") , ("8.2.1", ">= 2.0.0.2 ") , ("8.2.2", ">= 2.0.0.2 ") + , ("8.4.1", ">= 2.0.0.2 ") ] relevant_cabal_versions = -- cgit v1.2.3