#4958: Ambiguous module name `Prelude' (base haskell98-1.1.0.0)
---------------------------+------------------------------------------------
  Reporter:  EvgenijM86    |          Owner:                     
      Type:  bug           |         Status:  closed             
  Priority:  normal        |      Milestone:                     
 Component:  Prelude       |        Version:  7.1                
Resolution:  wontfix       |       Keywords:  haskell-src Prelude
  Testcase:                |      Blockedby:                     
Difficulty:                |             Os:  Linux              
  Blocking:                |   Architecture:  x86_64 (amd64)     
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 GHC starting with version 7.2.1 will not support using the `haskell98`
 package and the `base` package at the same time.  The `haskell-src`
 package has both of these in its `build-depends`, so it will need to be
 modified.  Most of the time, what you want to do is remove `haskell98`
 from build-depends, and fix up any imports of Haskell 98 modules to point
 to their `base` equivalents.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/4958#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to