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