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