Fix exception message with ghc -e
authorIan Lynagh <igloo@earth.li>
Mon, 21 Jan 2008 10:41:42 +0000 (10:41 +0000)
committerIan Lynagh <igloo@earth.li>
Mon, 21 Jan 2008 10:41:42 +0000 (10:41 +0000)
commit00fc612dc1e776ef34bd09b4f4ef4f6650d418b0
treefe633c57149df97f937e79b394dd4fe222343787
parent296e47fa8a5b16d34abe7d1dc5322308b936b3e8
Fix exception message with ghc -e
When running with ghc -e, exceptions should claim to be from the program
that we are running, not ghc.
compiler/ghci/InteractiveUI.hs