summaryrefslogtreecommitdiff
path: root/ghc/GhciMonad.hs
diff options
context:
space:
mode:
authorusrbincc <usrbincc@yahoo.com>2013-05-20 15:28:35 -0400
committerIan Lynagh <ian@well-typed.com>2013-06-04 20:30:49 +0100
commitbc44435dc2f6cda1071c68b79ace5b390a89244c (patch)
tree4697aba109881c1925a14f6d338f8d651bf77072 /ghc/GhciMonad.hs
parent9a2f8ccca172b5fe4333cabccffd6dffca1e5f98 (diff)
downloadhaskell-bc44435dc2f6cda1071c68b79ace5b390a89244c.tar.gz
Add the ability to customize the continuation prompt.
- Remove unused property `def_prompt`.
Diffstat (limited to 'ghc/GhciMonad.hs')
-rw-r--r--ghc/GhciMonad.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/GhciMonad.hs b/ghc/GhciMonad.hs
index e61e1409de..a3fe632493 100644
--- a/ghc/GhciMonad.hs
+++ b/ghc/GhciMonad.hs
@@ -64,7 +64,7 @@ data GHCiState = GHCiState
progname :: String,
args :: [String],
prompt :: String,
- def_prompt :: String,
+ prompt2 :: String,
editor :: String,
stop :: String,
options :: [GHCiOption],