[project @ 2001-02-13 10:12:45 by sewardj]
[ghc-hetmet.git] / ghc / lib / std / PrelST.lhs
index 77e337a..735426d 100644 (file)
@@ -1,6 +1,9 @@
+% ------------------------------------------------------------------------------
+% $Id: PrelST.lhs,v 1.17 2000/09/25 12:58:39 simonpj Exp $
 %
-% (c) The GRASP/AQUA Project, Glasgow University, 1992-1996
+% (c) The University of Glasgow, 1992-2000
 %
+
 \section[PrelST]{The @ST@ monad}
 
 \begin{code}
@@ -8,9 +11,9 @@
 
 module PrelST where
 
+import PrelNum ( fromInteger )         -- For integer literals
 import PrelShow
 import PrelBase
-import PrelGHC
 import PrelNum ()      -- So that we get the .hi file for system imports
 
 default ()