aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-12-15 23:30:44 +0100
committerDaniel Gröber <dxld@darkboxed.org>2019-01-22 03:06:51 +0100
commitf844fb50da753332f2f37d4907336d7e7c2a04f2 (patch)
treed44451aae293ed4fad9a73c65c2eb0385627e6ba /tests
parent0d2011d04fd06fc6bb21407d2f412439668b6249 (diff)
compilation-test: Let Cabal constraint fall through to latest GHC ver
Diffstat (limited to 'tests')
-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