The -e flag now has a "SepArg" argument; fixes #3568
authorIan Lynagh <igloo@earth.li>
Mon, 12 Oct 2009 13:49:23 +0000 (13:49 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 12 Oct 2009 13:49:23 +0000 (13:49 +0000)
commit218c7fe5cce74b8e8c3ef290d348e6576a0045fb
treea33f35eeb648d43c95ecf781321b126b85b1960a
parent8ee215b9aa2fe37b435e404aad8bb07c6ce1836d
The -e flag now has a "SepArg" argument; fixes #3568
This means -e must be separated from its argument by a space.
It therefore doesn't try to parse "-exclude-module" as
"execute xclude-module".
ghc/Main.hs