From 346c34588172e09cabd61b993002f875c92295f3 Mon Sep 17 00:00:00 2001 From: panne Date: Sat, 20 Jan 2001 20:55:58 +0000 Subject: [PATCH] [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... --- ghc/lib/std/PrelBits.lhs | 1 + 1 file changed, 1 insertion(+) 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 -- 1.7.10.4