From 5cd7cad9d46e4759829638d84a011e622b1ecfb6 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 2 Jan 2002 15:01:27 +0000 Subject: [PATCH] [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). --- GHC/Exts.hs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 1.7.10.4