summaryrefslogtreecommitdiff
path: root/ghc/InteractiveUI.hs
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-01 18:45:24 +0100
committerIan Lynagh <igloo@earth.li>2011-06-01 18:45:24 +0100
commitb7d09fd6da2a806155baa317c9d42d28bcc52ca6 (patch)
tree9059ecef6c8a4bc3a7facfa8c8873b7b55419909 /ghc/InteractiveUI.hs
parent59f644efe234a3f854a198e7f4df9ad5a5bd5b59 (diff)
downloadhaskell-real-src-loc-span.tar.gz
More RealSrc*real-src-loc-span
Diffstat (limited to 'ghc/InteractiveUI.hs')
-rw-r--r--ghc/InteractiveUI.hs11
1 files changed, 11 insertions, 0 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs
index 0f68607a92..4d9e8a983c 100644
--- a/ghc/InteractiveUI.hs
+++ b/ghc/InteractiveUI.hs
@@ -12,6 +12,15 @@
module InteractiveUI ( interactiveUI, ghciWelcomeMsg ) where
+interactiveUI :: a
+interactiveUI = error "XXX"
+
+ghciWelcomeMsg :: a
+ghciWelcomeMsg = error "XXX"
+
+-- XXX
+#if 0
+
#include "HsVersions.h"
import qualified GhciMonad
@@ -2469,3 +2478,5 @@ setBreakFlag :: Bool -> GHC.BreakArray -> Int -> IO Bool
setBreakFlag toggle array index
| toggle = GHC.setBreakOn array index
| otherwise = GHC.setBreakOff array index
+#endif
+