From 209686695e664bc148d4031f746425ffc2d2eecc Mon Sep 17 00:00:00 2001
From: Ian Lynagh <igloo@earth.li>
Date: Sat, 16 Dec 2006 02:25:35 +0000
Subject: [PATCH] Fix the build

---
 compiler/ghci/ByteCodeItbls.lhs | 4 +++-
 compiler/main/Breakpoints.hs    | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/compiler/ghci/ByteCodeItbls.lhs b/compiler/ghci/ByteCodeItbls.lhs
index d3cb3f756b7c..a7c2d4bc02a6 100644
--- a/compiler/ghci/ByteCodeItbls.lhs
+++ b/compiler/ghci/ByteCodeItbls.lhs
@@ -6,7 +6,9 @@ ByteCodeItbls: Generate infotables for interpreter-made bytecodes
 \begin{code}
 {-# OPTIONS -optc-DNON_POSIX_SOURCE #-}
 
-module ByteCodeItbls ( ItblEnv, ItblPtr, mkITbls ) where
+module ByteCodeItbls ( ItblEnv, ItblPtr(..), itblCode, mkITbls
+                     , StgInfoTable(..)
+                     ) where
 
 #include "HsVersions.h"
 
diff --git a/compiler/main/Breakpoints.hs b/compiler/main/Breakpoints.hs
index ecb3c3317b5b..34e07fb3d9c2 100644
--- a/compiler/main/Breakpoints.hs
+++ b/compiler/main/Breakpoints.hs
@@ -52,4 +52,5 @@ lookupBogusBreakpointVal name
   | otherwise = Nothing
 #else 
 lookupBogusBreakpointVal _ = Nothing
-#endif //GHCI
+#endif /* GHCI */
+
-- 
GitLab