Handle file targets in missing home modules warning
When main module is listed on command line as a file, we should not issue a warning about it. See Trac #13727 Reviewers: austin, bgamari, Yuras Reviewed By: bgamari, Yuras Subscribers: 23Skidoo, rwbarton, thomie GHC Trac Issues: #13727 Differential Revision: https://phabricator.haskell.org/D3598
Showing
- compiler/main/GhcMake.hs 28 additions, 10 deletionscompiler/main/GhcMake.hs
- testsuite/tests/warnings/should_compile/T13727/Makefile 3 additions, 0 deletionstestsuite/tests/warnings/should_compile/T13727/Makefile
- testsuite/tests/warnings/should_compile/T13727/T13727a.stderr 6 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727a.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727b.stderr 6 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727b.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727c.stderr 3 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727c.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727d.stderr 3 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727d.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727e.stderr 3 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727e.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727f.stderr 7 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727f.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727g.stderr 7 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727g.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727h.stderr 7 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727h.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727i.stderr 7 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727i.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727j.stderr 7 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727j.stderr
- testsuite/tests/warnings/should_compile/T13727/T13727k.stderr 4 additions, 0 deletions...suite/tests/warnings/should_compile/T13727/T13727k.stderr
- testsuite/tests/warnings/should_compile/T13727/all.T 20 additions, 0 deletionstestsuite/tests/warnings/should_compile/T13727/all.T
- testsuite/tests/warnings/should_compile/T13727/src-exe/AltMain.hs 6 additions, 0 deletions...e/tests/warnings/should_compile/T13727/src-exe/AltMain.hs
- testsuite/tests/warnings/should_compile/T13727/src-exe/Main.hs 6 additions, 0 deletions...uite/tests/warnings/should_compile/T13727/src-exe/Main.hs
- testsuite/tests/warnings/should_compile/T13727/src-lib/M1.hs 1 addition, 0 deletionstestsuite/tests/warnings/should_compile/T13727/src-lib/M1.hs
Loading
Please register or sign in to comment