From 6fc491ce84b41939d8080cff56c3a5c98cb7e1df Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Sat, 28 Dec 2019 23:45:57 +0100 Subject: Add GHC 8.8 support --- tests/CompileTest.hs | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/CompileTest.hs') diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index 1c76787..1b024d2 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -112,6 +112,7 @@ allCabalVersions (GhcVersion ghc_ver) = do , ("8.2", ">= 1.24.2.0 ") , ("8.4", ">= 2.0.0.2 ") , ("8.6", ">= 2.0.0.2 ") + , ("8.8", ">= 3.0.0.0 ") ] return $ reverse $ map (flip withinRange'CH constraint &&& id) cabal_versions -- cgit v1.2.3