[GHC] #13862: Optional "-v" not allowed with :load in GHCi
GHC
ghc-devs at haskell.org
Sun Sep 16 16:25:17 UTC 2018
#13862: Optional "-v" not allowed with :load in GHCi
-------------------------------------+-------------------------------------
Reporter: vanto | Owner: RolandSenn
Type: bug | Status: patch
Priority: normal | Milestone: 8.8.1
Component: GHCi | Version: 8.0.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture:
Type of failure: Incorrect | Unknown/Multiple
error/warning at compile-time | Test Case:
Blocked By: | Blocking:
Related Tickets: #4017 | Differential Rev(s): Phab:D5122
Wiki Page: |
-------------------------------------+-------------------------------------
Comment (by Ömer Sinan Ağacan <omeragacan@…>):
In [changeset:"c6bff526123611d89ea4c92fbc26df221b7ecdd5/ghc" c6bff52/ghc]:
{{{
#!CommitTicketReference repository="ghc"
revision="c6bff526123611d89ea4c92fbc26df221b7ecdd5"
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
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13862#comment:9>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list