Print warnings after doMkDependHS
authorIan Lynagh <igloo@earth.li>
Mon, 12 Oct 2009 13:26:11 +0000 (13:26 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 12 Oct 2009 13:26:11 +0000 (13:26 +0000)
commit8ee215b9aa2fe37b435e404aad8bb07c6ce1836d
treeec08cdef6c283273f6fa55bedba2989a989a941f
parent0206799932d7647cda24ab9823d70cb412f87fe9
Print warnings after doMkDependHS
We weren't printing any warning for a commandline like
    ghc -M Foo.hs -optdep--exclude-module=Bar -fffi
but the last 2 flags are both deprecated.
ghc/Main.hs