aboutsummaryrefslogtreecommitdiff
path: root/tests/CompileTest.hs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/CompileTest.hs')
-rw-r--r--tests/CompileTest.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs
index 3be4dc2..da16a1a 100644
--- a/tests/CompileTest.hs
+++ b/tests/CompileTest.hs
@@ -132,8 +132,8 @@ allCabalVersions ghc_ver = let
, ("8.2.1", ">= 2.0.0.2 ")
, ("8.2.2", ">= 2.0.0.2 ")
, ("8.4.1", ">= 2.0.0.2 ")
- , ("8.4.2", ">= 2.2.0.1 ")
- , ("8.6.1", ">= 2.4.0.0 ")
+ , ("8.4", ">= 2.2.0.1 ")
+ , ("8.6", ">= 2.4.0.0 ")
]
in
reverse $ filter (flip withinRange'CH constraint) cabal_versions