diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2019-12-28 23:45:57 +0100 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2019-12-29 16:35:59 +0100 |
commit | 6fc491ce84b41939d8080cff56c3a5c98cb7e1df (patch) | |
tree | ff8c950745fbab0a9688683bd5fc640ab1229462 /tests | |
parent | 5c80fe47613be6e1ea0756d7de7b2c2bd300dd69 (diff) |
Add GHC 8.8 support
Diffstat (limited to 'tests')
-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 1c76787..1b024d2 100644 --- a/tests/CompileTest.hs +++ b/tests/CompileTest.hs @@ -112,6 +112,7 @@ allCabalVersions (GhcVersion ghc_ver) = do , ("8.2", ">= 1.24.2.0 ") , ("8.4", ">= 2.0.0.2 ") , ("8.6", ">= 2.0.0.2 ") + , ("8.8", ">= 3.0.0.0 ") ] return $ reverse $ map (flip withinRange'CH constraint &&& id) cabal_versions |