diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2017-11-27 23:27:54 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2018-01-18 14:10:26 +0100 |
commit | 07b4bbba1c312c385504b3def93607def2d5e4db (patch) | |
tree | e122c505b2f5a4db583fec49cde1afad97099ea4 /tests/CompileTest.hs | |
parent | 3b7d095a2fde8c031a987dd00aff4ad8e7421cf0 (diff) |
WIP on getting projects to build with Cabal 2.0/GHC 8.2
Diffstat (limited to 'tests/CompileTest.hs')
-rw-r--r-- | tests/CompileTest.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index de9b6ab..cc9c85a 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -97,6 +97,7 @@ main = do , ("8.0.1", ">= 1.24 ") , ("8.0.2", ">= 1.24.2 ") , ("8.2.1", ">= 2.0.0.2 ") + , ("8.2.2", ">= 2.0.0.2 ") ] relevant_cabal_versions = |