From: panne Date: Sat, 20 Jan 2001 20:55:58 +0000 (+0000) Subject: [project @ 2001-01-20 20:55:58 by panne] X-Git-Tag: Approximately_9120_patches~2841 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=346c34588172e09cabd61b993002f875c92295f3;p=ghc-hetmet.git [project @ 2001-01-20 20:55:58 by panne] Import Prelude explicitly to generate a dependency. Is this the only place where this is missing? Let's hope for the best... --- diff --git a/ghc/lib/std/PrelBits.lhs b/ghc/lib/std/PrelBits.lhs index 24df47b..7d88876 100644 --- a/ghc/lib/std/PrelBits.lhs +++ b/ghc/lib/std/PrelBits.lhs @@ -10,6 +10,7 @@ individual operations. \begin{code} module PrelBits where +import Prelude -- To generate the dependency #ifdef __GLASGOW_HASKELL__ import PrelGHC import PrelBase