[GHC] #7625: Semicolon is not handled between imports at the ghci command prompt
GHC
ghc-devs at haskell.org
Sun Feb 7 21:21:37 UTC 2016
#7625: Semicolon is not handled between imports at the ghci command prompt
-------------------------------------+-------------------------------------
Reporter: JohnWiegley | Owner:
Type: bug | Status: closed
Priority: normal | Milestone:
Component: GHCi | Version: 7.4.2
Resolution: duplicate | Keywords:
Operating System: Unknown/Multiple | Architecture:
| Unknown/Multiple
Type of failure: Other | Test Case:
Blocked By: | Blocking:
Related Tickets: #11392 | Differential Rev(s):
Wiki Page: |
-------------------------------------+-------------------------------------
Changes (by thomie):
* status: new => closed
* resolution: => duplicate
* related: => #11392
Comment:
This is now tracked in #11392.
The error message in 8.0 is a little bit nicer at least, after #10663:
{{{
Prelude> import Data.List ; import Data.Map
error: expecting a single import declaration
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7625#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list