X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelST.lhs;h=9efa299610169032bbd290891056331469b2783e;hb=225d251337438e2f7870f0ec2781b1c616ef7462;hp=1e2a4738d1d98963cea789718ffce96753de9c1b;hpb=a103a9dc0de992716e62c30d7ac81c0bc0dbcdc5;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelST.lhs b/ghc/lib/std/PrelST.lhs index 1e2a473..9efa299 100644 --- a/ghc/lib/std/PrelST.lhs +++ b/ghc/lib/std/PrelST.lhs @@ -1,17 +1,19 @@ +% ------------------------------------------------------------------------------ +% $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} -{-# 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 +import PrelShow +import PrelNum default () \end{code}