X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelIOBase.lhs;h=7782c2ac024961ba5287408056d5625ce4e0e5ea;hb=a103a9dc0de992716e62c30d7ac81c0bc0dbcdc5;hp=3d4714cf6cf22a515e86075a1ecf089c5e4b2a18;hpb=0826d0137d24268cdfb3375eb1ddc3f7035b7a41;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelIOBase.lhs b/ghc/lib/std/PrelIOBase.lhs index 3d4714c..7782c2a 100644 --- a/ghc/lib/std/PrelIOBase.lhs +++ b/ghc/lib/std/PrelIOBase.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: PrelIOBase.lhs,v 1.20 2000/04/07 13:45:48 simonpj Exp $ +% $Id: PrelIOBase.lhs,v 1.21 2000/04/10 16:02:58 simonpj Exp $ % % (c) The AQUA Project, Glasgow University, 1994-1998 % @@ -10,7 +10,7 @@ Definitions for the @IO@ monad and its friends. Everything is exported concretely; the @IO@ module itself exports abstractly. \begin{code} -{-# OPTIONS -fno-implicit-prelude -#include "cbits/stgio.h" #-} +{-# OPTIONS -fcompiling-prelude -fno-implicit-prelude -#include "cbits/stgio.h" #-} #include "cbits/stgerror.h" #include "config.h"