[project @ 2001-11-07 18:18:51 by sof]
authorsof <unknown>
Wed, 7 Nov 2001 18:18:51 +0000 (18:18 +0000)
committersof <unknown>
Wed, 7 Nov 2001 18:18:51 +0000 (18:18 +0000)
PrelTopHandler.lhs -> PrelTopHandler.hs

(CVS history for this file wasn't interesting enough for
a dirty behind-the-scenes repo move).

ghc/lib/std/PrelTopHandler.hs [moved from ghc/lib/std/PrelTopHandler.lhs with 92% similarity]

similarity index 92%
rename from ghc/lib/std/PrelTopHandler.lhs
rename to ghc/lib/std/PrelTopHandler.hs
index 30c9884..54da967 100644 (file)
@@ -1,7 +1,7 @@
+{-# OPTIONS -#include "PrelIOUtils.h" #-}
 -- -----------------------------------------------------------------------------
--- $Id: PrelTopHandler.lhs,v 1.5 2001/08/17 11:13:04 rrt Exp $
 --
--- (c) The University of Glasgow, 2001
+-- (c) The University of Glasgow, 1994-
 --
 -- PrelTopHandler
 --
@@ -16,8 +16,9 @@
 -- These functions can't go in PrelMain, because PrelMain isn't
 -- included in HSstd.o (because PrelMain depends on Main, which
 -- doesn't exist yet...).
-
-\begin{code}
+--
+-- Note: used to be called PrelTopHandler.lhs, so if you're looking
+--       for CVS info, try 'cvs log'ging it too.
 module PrelTopHandler (
    topHandler, reportStackOverflow, reportError 
   ) where
@@ -83,4 +84,4 @@ foreign import ccall "stackOverflow" unsafe
 
 foreign import ccall "stg_exit" unsafe
        stg_exit :: Int -> IO ()
-\end{code}
+