diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2018-04-16 21:58:47 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-04-16 21:59:08 +0200 |
commit | 38b075369332aa88bb1a5638c90f40e30a249f46 (patch) | |
tree | 0aad19f66942180ca3ae0a5a5f43caad5efbe073 | |
parent | 737ddebe3db3371421830d49a7bfe1ab52434b82 (diff) |
compile-test: Add Cabal versions for GHC 8.4
-rw-r--r-- | tests/CompileTest.hs | 3 |
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 = |