Use command-dependent word break characters for tab completion in ghci. Fixes bug...
[ghc-hetmet.git] / compiler / ghci / GhciMonad.hs
index 4e8e65f..8de9d38 100644 (file)
@@ -46,7 +46,7 @@ import GHC.Exts
 -----------------------------------------------------------------------------
 -- GHCi monad
 
-type Command = (String, String -> GHCi Bool, Bool, String -> IO [String])
+type Command = (String, String -> GHCi Bool, Maybe String, String -> IO [String])
 
 data GHCiState = GHCiState
      {