diff options
author | usrbincc <usrbincc@yahoo.com> | 2013-05-20 15:28:35 -0400 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-06-04 20:30:49 +0100 |
commit | bc44435dc2f6cda1071c68b79ace5b390a89244c (patch) | |
tree | 4697aba109881c1925a14f6d338f8d651bf77072 /ghc/GhciMonad.hs | |
parent | 9a2f8ccca172b5fe4333cabccffd6dffca1e5f98 (diff) | |
download | haskell-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.hs | 2 |
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], |