summaryrefslogtreecommitdiff
path: root/ghc/lib/std/PrelMain.lhs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/std/PrelMain.lhs')
-rw-r--r--ghc/lib/std/PrelMain.lhs1
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/lib/std/PrelMain.lhs b/ghc/lib/std/PrelMain.lhs
index 9f176fd9e4..3307bb7299 100644
--- a/ghc/lib/std/PrelMain.lhs
+++ b/ghc/lib/std/PrelMain.lhs
@@ -21,4 +21,3 @@ mainIO :: IO () -- It must be of type (IO t) because that's what
-- make sure this type signature stays!
mainIO = catchException Main.main (topHandler True)
\end{code}
-