aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/CompileTest.hs3
1 files changed, 3 insertions, 0 deletions
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 =