Skip to content

Commit

Permalink
Merge pull request #4526 from 23Skidoo/more-accurate-wmissing-home-mo…
Browse files Browse the repository at this point in the history
…dules-check

More accurate -Wmissing-home-modules version check.
  • Loading branch information
23Skidoo authored May 19, 2017
2 parents 1cd642a + ee9a2e1 commit a04f378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cabal/Distribution/Simple/GHC/ImplInfo.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a04f378

Please sign in to comment.