prevent exitFailure.
This commit is contained in:
parent
111058562a
commit
a40f293d43
@ -21,8 +21,9 @@ withGHC body = ghandle ignore $ runGhc (Just libdir) $ do
|
||||
where
|
||||
ignore :: Alternative m => SomeException -> IO (m a)
|
||||
ignore e = do
|
||||
hPutStr stderr "Dummy:0:0:Error:"
|
||||
hPrint stderr e
|
||||
exitFailure
|
||||
exitSuccess
|
||||
|
||||
----------------------------------------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user