diff options
Diffstat (limited to 'tests/CompileTest.hs')
-rw-r--r-- | tests/CompileTest.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index 6385f9e..d8e3a6c 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -89,7 +89,7 @@ main = do , ("7.10" , ">= 1.22.2 && < 2") , ("8.0.1", ">= 1.24 ") , ("8.0.2", ">= 1.24.2 ") - , ("8.2.1", ">= 1.24.2 ") + , ("8.2.1", ">= 2.0.0.2 ") ] relevant_cabal_versions = |