diff options
-rw-r--r-- | tests/CompileTest.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/CompileTest.hs b/tests/CompileTest.hs index 5e03d8c..ef43734 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -109,6 +109,8 @@ allCabalVersions ghc_ver = let , "2.0.1.1" , "2.2.0.0" , "2.2.0.1" + , "2.4.0.0" + , "2.4.0.1" ] constraint :: VersionRange |