diff options
author | roland <rsx@bluewin.ch> | 2018-09-16 19:06:13 +0300 |
---|---|---|
committer | Ömer Sinan Ağacan <omeragacan@gmail.com> | 2018-09-16 19:24:54 +0300 |
commit | c6bff526123611d89ea4c92fbc26df221b7ecdd5 (patch) | |
tree | 233b3b3c587aa0da988c4fbb8fb8beb281732648 /testsuite/tests/ghc-e | |
parent | a3bce956d7ee5f3951e3e93fd3946711c50ff07f (diff) | |
download | haskell-c6bff526123611d89ea4c92fbc26df221b7ecdd5.tar.gz |
Fix for #13862: Optional "-v" not allowed with :load in GHCi
Replace the error message
`Use -v to see a list of the files searched for.`
with
`Use -v (or :set -v` in ghci) to see a list of the files searched for.`
Reviewers: bgamari, monoidal, thomie, osa1
Subscribers: rwbarton, carter
GHC Trac Issues: #13862
Differential Revision: https://phabricator.haskell.org/D5122
Diffstat (limited to 'testsuite/tests/ghc-e')
-rw-r--r-- | testsuite/tests/ghc-e/should_run/T2636.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-e/should_run/T2636.stderr b/testsuite/tests/ghc-e/should_run/T2636.stderr index bf73e40e77..9a2c6674c9 100644 --- a/testsuite/tests/ghc-e/should_run/T2636.stderr +++ b/testsuite/tests/ghc-e/should_run/T2636.stderr @@ -1,4 +1,4 @@ T2636.hs:1:1: error: Could not find module ‘MissingModule’ - Use -v to see a list of the files searched for. + Use -v (or `:set -v` in ghci) to see a list of the files searched for. |