#1556: :r doesn't reload :m + loaded modules
----------------------------------+-----------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.8
Component: GHCi | Version: 6.7
Severity: normal | Resolution:
Keywords: | Difficulty: Easy (1 hr)
Os: Unknown | Testcase:
Architecture: Unknown |
----------------------------------+-----------------------------------------
Changes (by igloo):
* milestone: => 6.8
Old description:
> $ 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>
New description:
{{{
$ 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>
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1556>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs