#1895: Allow aliases in GHCi module imports
-----------------------------+----------------------------------------------
 Reporter:  tibbe            |          Owner:          
     Type:  feature request  |         Status:  new     
 Priority:  normal           |      Milestone:          
Component:  GHCi             |        Version:          
 Severity:  normal           |       Keywords:          
 Testcase:                   |   Architecture:  Multiple
       Os:  Unknown          |  
-----------------------------+----------------------------------------------
 It would be convenient if it was possible to import a package in GHCi
 under another name.

 {{{
 :m +Data.ByteString.Lazy.Char8 as B
 }}}

 This is especially useful with modules like {{{Data.ByteString}}} which
 names collide with {{{Prelude}}}.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1895>
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

Reply via email to