Skip to content
Snippets Groups Projects
Commit a04f3783 authored by Mikhail Glushenkov's avatar Mikhail Glushenkov Committed by GitHub
Browse files

Merge pull request #4526 from 23Skidoo/more-accurate-wmissing-home-modules-check

More accurate -Wmissing-home-modules version check.
parents 1cd642a8 ee9a2e1c
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ ghcVersionImplInfo ver = GhcImplInfo
, flagPackageConf = v < [7,5]
, flagDebugInfo = v >= [7,10]
, supportsPkgEnvFiles = v >= [8,0,1,20160901] -- broken in 8.0.1, fixed in 8.0.2
, flagWarnMissingHomeModules = v >= [8,2,1]
, flagWarnMissingHomeModules = v >= [8,2]
}
where
v = versionNumbers ver
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment