From c6bff526123611d89ea4c92fbc26df221b7ecdd5 Mon Sep 17 00:00:00 2001 From: roland Date: Sun, 16 Sep 2018 19:06:13 +0300 Subject: 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 --- testsuite/tests/plugins/T11244.stderr | 2 +- testsuite/tests/plugins/plugins03.stderr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite/tests/plugins') diff --git a/testsuite/tests/plugins/T11244.stderr b/testsuite/tests/plugins/T11244.stderr index 0c3b3cf781..72f01060db 100644 --- a/testsuite/tests/plugins/T11244.stderr +++ b/testsuite/tests/plugins/T11244.stderr @@ -2,4 +2,4 @@ It is a member of the hidden package ‘rule-defining-plugin-0.1’. You can run ‘:set -package rule-defining-plugin’ to expose it. (Note: this unloads all the modules in the current scope.) -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. diff --git a/testsuite/tests/plugins/plugins03.stderr b/testsuite/tests/plugins/plugins03.stderr index c02965ad1f..a923550592 100644 --- a/testsuite/tests/plugins/plugins03.stderr +++ b/testsuite/tests/plugins/plugins03.stderr @@ -1,2 +1,2 @@ : Could not find module ‘Simple.NonExistentPlugin’ -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. -- cgit v1.2.1