Ticket #1505 (closed bug: fixed)
Leaks implementation details
| Reported by: | iampure@… | Owned by: | simonmar |
|---|---|---|---|
| Priority: | high | Milestone: | 6.8.1 |
| Component: | GHCi | Version: | 6.7 |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | Difficulty: | Easy (less than 1 hour) | |
| Test Case: | break019 | Blocked By: | |
| Blocking: | Related Tickets: |
Description
Doing the following in ghci (6.7.20070705) with a module that imports A.B.C.D loaded
:break A.B.C.D
gives
*** Exception: ghci/InteractiveUI.hs:(1641,0)-(1644,59): Non-exhaustive patterns in function breakByModule
It should just say: missing line number argument or something similar.
Change History
Note: See
TracTickets for help on using
tickets.
