#3721: Can't install base-4.0.0.0 !!
---------------------------+------------------------------------------------
  Reporter:  guest         |          Owner:                  
      Type:  bug           |         Status:  closed          
  Priority:  normal        |      Milestone:                  
 Component:  Compiler      |        Version:  6.10.4          
Resolution:  wontfix       |       Keywords:                  
Difficulty:                |             Os:  Unknown/Multiple
  Testcase:                |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by simonmar):

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

Comment:

 If you need base-4, then install a newer version of GHC.

 With a recent GHC you get:

 {{{
 > runhaskell -f ghc-6.12.0.20091011 Setup.hs install

 Setup.hs:1:0:
     attempting to use module `Prelude' (./Prelude.hs) which is not loaded
 }}}

 still quite obscure, but at least not a panic.  If you really want to
 build the base package, you need to either use cabal-install, or compile
 `Setup.hs` separately.  But then you'll probably run into #3496.

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