diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CompileTest.hs | 1 |
1 files changed, 1 insertions, 0 deletions
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 |