aboutsummaryrefslogtreecommitdiff
path: root/src/CabalHelper/Compiletime/Compile.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/CabalHelper/Compiletime/Compile.hs')
-rw-r--r--src/CabalHelper/Compiletime/Compile.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CabalHelper/Compiletime/Compile.hs b/src/CabalHelper/Compiletime/Compile.hs
index acdf7cc..3bc959c 100644
--- a/src/CabalHelper/Compiletime/Compile.hs
+++ b/src/CabalHelper/Compiletime/Compile.hs
@@ -216,6 +216,7 @@ compileHelper' CompHelperEnv {..} = do
CabalInstallVersion instVer <- liftIO cabalInstallVersion
guard $ instVer >= (Version [2,4,1,0] [])
-- ^ didn't test with older versions
+ guard $ ghcVer >= (GhcVersion (Version [8,0] []))
env@(PackageEnvFile env_file)
<- liftIO $ getPrivateCabalPkgEnv ghcVer cabalVer
vLog $ logMsg ++ "v2-build package-env " ++ env_file