From: simonmar Date: Wed, 2 Jan 2002 15:01:27 +0000 (+0000) Subject: [project @ 2002-01-02 15:01:27 by simonmar] X-Git-Tag: nhc98-1-18-release~1156 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=5cd7cad9d46e4759829638d84a011e622b1ecfb6;p=ghc-base.git [project @ 2002-01-02 15:01:27 by simonmar] import Prelude explicitly (this is necessary in libraries/core so that ghc --make can infer correct dependencies). --- diff --git a/GHC/Exts.hs b/GHC/Exts.hs index 3ba88ca..d75dc5a 100644 --- a/GHC/Exts.hs +++ b/GHC/Exts.hs @@ -8,7 +8,7 @@ -- Stability : experimental -- Portability : non-portable -- --- $Id: Exts.hs,v 1.1 2002/01/02 14:40:10 simonmar Exp $ +-- $Id: Exts.hs,v 1.2 2002/01/02 15:01:27 simonmar Exp $ -- -- GHC Extensions: this is the Approved Way to get at GHC-specific stuff. -- @@ -30,6 +30,8 @@ module GHC.Exts ) where +import Prelude + import {-# SOURCE #-} GHC.Prim import GHC.Base import GHC.Word