diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Ghci.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/Ghci.hs b/src/Ghci.hs index 953bf72..d339d74 100644 --- a/src/Ghci.hs +++ b/src/Ghci.hs @@ -158,7 +158,7 @@ runStmt' ghci pset stmt = do    tag <- updatePrompt ghci    ghciPutStrLn (ghciStdin ghci) stmt    hFlush (ghciStdin ghci) -  let readmax = psMaxOutputLen pset + 200 +  let readmax = psMaxOutputLen pset + 8192    (output, reason) <- hGetUntilUTF8 (ghciStdout ghci) (Just readmax) tag    case reason of      ReachedMaxLen -> do | 
