X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2FPrelException.lhs;h=5c63069f89dee7386972166643e851ca9391fac6;hb=a103a9dc0de992716e62c30d7ac81c0bc0dbcdc5;hp=a04c66a6004072797e3fb7c7d5883a965e3237b6;hpb=0826d0137d24268cdfb3375eb1ddc3f7035b7a41;p=ghc-hetmet.git diff --git a/ghc/lib/std/PrelException.lhs b/ghc/lib/std/PrelException.lhs index a04c66a..5c63069 100644 --- a/ghc/lib/std/PrelException.lhs +++ b/ghc/lib/std/PrelException.lhs @@ -1,5 +1,5 @@ % ----------------------------------------------------------------------------- -% $Id: PrelException.lhs,v 1.16 2000/04/10 13:35:45 simonmar Exp $ +% $Id: PrelException.lhs,v 1.17 2000/04/10 16:02:58 simonpj Exp $ % % (c) The GRAP/AQUA Project, Glasgow University, 1998 % @@ -7,7 +7,7 @@ Exceptions and exception-handling functions. \begin{code} -{-# OPTIONS -fno-implicit-prelude #-} +{-# OPTIONS -fcompiling-prelude -fno-implicit-prelude #-} #ifndef __HUGS__ module PrelException where