[project @ 2001-01-20 20:55:58 by panne]
authorpanne <unknown>
Sat, 20 Jan 2001 20:55:58 +0000 (20:55 +0000)
committerpanne <unknown>
Sat, 20 Jan 2001 20:55:58 +0000 (20:55 +0000)
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

index 24df47b..7d88876 100644 (file)
@@ -10,6 +10,7 @@ individual operations.
 \begin{code}
 module PrelBits where
 
+import Prelude         -- To generate the dependency
 #ifdef __GLASGOW_HASKELL__
 import PrelGHC
 import PrelBase