diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 11:29:07 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-25 13:12:00 +0200 |
commit | e4161921d66ccb0102091ffa0a6087eef4e41d61 (patch) | |
tree | 50bfe4a82147472d34020d61843b03f154412da2 /tests | |
parent | bcb5582b528e6e9a028d30fe544372423bb5810f (diff) |
tests: Bump Cabal bound to 2.0 for 8.2
Diffstat (limited to 'tests')
-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 = |