aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index fa139706..1c5eb102 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -103,7 +103,6 @@ handleGhcExceptions =
hFlush stdout
case e of
PhaseFailed _ code -> exitWith code
- Interrupted -> exitFailure
_ -> do
print (e :: GhcException)
exitFailure