[GHC] #10579: full module names of names not in scope have gone missing in ghci
GHC
ghc-devs at haskell.org
Fri Jun 26 16:37:01 UTC 2015
#10579: full module names of names not in scope have gone missing in ghci
-------------------------------------+-------------------------------------
Reporter: rwbarton | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 7.11
Keywords: | Operating System: Unknown/Multiple
Architecture: | Type of failure: None/Unknown
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Compare
{{{
rwbarton at morphism:/tmp$ ghci-7.10.1
GHCi, version 7.10.1: http://www.haskell.org/ghc/ :? for help
Prelude> :t GHC.Read.readPrec
GHC.Read.readPrec
:: Read a => Text.ParserCombinators.ReadPrec.ReadPrec a
}}}
with
{{{
rwbarton at morphism:/tmp$ ~/ghc/inplace/bin/ghc-stage2 --interactive
GHCi, version 7.11.20150624: http://www.haskell.org/ghc/ :? for help
Prelude> :t GHC.Read.readPrec
GHC.Read.readPrec :: Read a => ReadPrec a
}}}
The `Text.ParserCombinators.ReadPrec.` bit can be quite helpful, was it
suppressed intentionally?
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10579>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list