summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-01-18 23:40:14 +0100
committerKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2021-01-22 13:13:42 +0100
commitdb497d5fb2571e0ab78858dbc124e88523b444f6 (patch)
treeeb0fda4433abbc5577a65e83c3e49a0f508edb23
parentcc0ce6aad282465b94691e9d98882d235d8e3937 (diff)
downloadhaskell-db497d5fb2571e0ab78858dbc124e88523b444f6.tar.gz
Add ghci prompt change #18702 to release notes
-rw-r--r--docs/users_guide/9.0.1-notes.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/users_guide/9.0.1-notes.rst b/docs/users_guide/9.0.1-notes.rst
index 5e542496a2..04059242c6 100644
--- a/docs/users_guide/9.0.1-notes.rst
+++ b/docs/users_guide/9.0.1-notes.rst
@@ -255,6 +255,10 @@ Compiler
GHCi
~~~~
+- GHCi prompt no longer lists loaded modules.
+ The previous behavior can be restored with ``:set prompt "%s> "``
+ and ``:set prompt-cont "%s| "``.
+
- The ``:script`` command now allows for file names that contain spaces to
passed as arguments: either by enclosing the file names in double quotes or by
escaping spaces in file names with a backslash. (:ghc-ticket:`18027`)