Skip to content
Snippets Groups Projects
Commit c6bff526 authored by Roland Senn's avatar Roland Senn Committed by Ömer Sinan Ağacan
Browse files

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
parent a3bce956
No related branches found
No related tags found
Loading
Showing
with 54 additions and 59 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment