[GHC] #13862: Optional "-v" not allowed with :load in GHCi
GHC
ghc-devs at haskell.org
Thu Jun 22 12:14:30 UTC 2017
#13862: Optional "-v" not allowed with :load in GHCi
-------------------------------------+-------------------------------------
Reporter: vanto | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 8.0.2
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: Incorrect
Unknown/Multiple | error/warning at compile-time
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
When loading a file in GHCi with the command {{{:load}}} and the file must
import another file, if that other file is unavailable then GHCi sends the
following error\\
{{{
Failed to load interface for `xxx`
Use -v to see a list of the files searched for.
}}}
' xxx ' is the name of the imported file that GHCi cannot find.\\
But we can not use a flag ( ie -v) with the command {{{:load}}} in GHCi.\\
This error is not appropriate in GHCi when using {{{:load}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13862>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list