X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelST.lhs;h=9efa299610169032bbd290891056331469b2783e;hb=ea138284b7343bb1810cfbd0284a608dc57f7d46;hp=77e337ae7d6ba2d37ca1078c6a0189b68ff966bd;hpb=940841711bb0c30326a5173d8107c2792919641c;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelST.lhs b/ghc/lib/std/PrelST.lhs index 77e337a..9efa299 100644 --- a/ghc/lib/std/PrelST.lhs +++ b/ghc/lib/std/PrelST.lhs @@ -1,6 +1,9 @@ +% ------------------------------------------------------------------------------ +% $Id: PrelST.lhs,v 1.20 2001/02/22 16:48:24 qrczak 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,10 +11,9 @@ module PrelST where -import PrelShow import PrelBase -import PrelGHC -import PrelNum () -- So that we get the .hi file for system imports +import PrelShow +import PrelNum default () \end{code}