Ticket #1556 (closed merge: fixed)
:r doesn't reload :m + loaded modules
| Reported by: | iampure@… | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.8.2 |
| 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: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description (last modified by igloo) (diff)
$ ghci GHCi, version 6.7.20070712: http://www.haskell.org/ghc/ :? for help Loading package base ... linking ... done. Prelude> :m + Data.List Prelude Data.List> :r Ok, modules loaded: none. Prelude>
Expected result:
Prelude Data.List>
Change History
Note: See
TracTickets for help on using
tickets.
