From acd5ff194744289f7245303920b5c56f1bf9e038 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 19 Feb 2008 09:34:07 +0000 Subject: [PATCH] fix unregisterised stage 2 build --- compiler/ghci/RtClosureInspect.hs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/compiler/ghci/RtClosureInspect.hs b/compiler/ghci/RtClosureInspect.hs index 9e2ef17..269a7bb 100644 --- a/compiler/ghci/RtClosureInspect.hs +++ b/compiler/ghci/RtClosureInspect.hs @@ -70,6 +70,10 @@ import TysWiredIn import Outputable import Panic +#ifndef GHCI_TABLES_NEXT_TO_CODE +import Constants ( wORD_SIZE ) +#endif + import GHC.Arr ( Array(..) ) import GHC.Exts import GHC.IOBase ( IO(IO) ) -- 1.7.10.4