[project @ 2000-07-07 11:03:57 by simonmar]
[ghc-hetmet.git] / ghc / lib / std / PrelST.lhs
index 1e2a473..a5a0411 100644 (file)
@@ -1,16 +1,18 @@
+% ------------------------------------------------------------------------------
+% $Id: PrelST.lhs,v 1.16 2000/07/07 11:03:58 simonmar Exp $
 %
-% (c) The GRASP/AQUA Project, Glasgow University, 1992-1996
+% (c) The University of Glasgow, 1992-2000
 %
+
 \section[PrelST]{The @ST@ monad}
 
 \begin{code}
-{-# OPTIONS -fcompiling-prelude -fno-implicit-prelude #-}
+{-# OPTIONS -fno-implicit-prelude #-}
 
 module PrelST where
 
 import PrelShow
 import PrelBase
-import PrelGHC
 import PrelNum ()      -- So that we get the .hi file for system imports
 
 default ()