aboutsummaryrefslogtreecommitdiff
path: root/src/Ghci.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ghci.hs')
-rw-r--r--src/Ghci.hs2
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