diff options
author | David Waern <david.waern@gmail.com> | 2010-11-15 21:09:50 +0000 |
---|---|---|
committer | David Waern <david.waern@gmail.com> | 2010-11-15 21:09:50 +0000 |
commit | b641c9cd2c71321641c3b9bf54c6abd0196a9f56 (patch) | |
tree | d5d10ed95890598486274d142108f1d8577ad73c /src/Main.hs | |
parent | b43e5603b3ffa9ebe17c15a4e9a7461a7bed4cca (diff) |
Remove code for ghc < 7
Diffstat (limited to 'src/Main.hs')
-rw-r--r-- | src/Main.hs | 2 |
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 |