From b641c9cd2c71321641c3b9bf54c6abd0196a9f56 Mon Sep 17 00:00:00 2001 From: David Waern Date: Mon, 15 Nov 2010 21:09:50 +0000 Subject: Remove code for ghc < 7 --- src/Main.hs | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/Main.hs') 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 -- cgit v1.2.3