Re: [GHC] #1956: panic on runhaskell Setup configure on base

2008-05-29 Thread GHC
#1956: panic on runhaskell Setup configure on base
--+-
 Reporter:  NeilMitchell  |  Owner:
 Type:  merge | Status:  closed
 Priority:  normal|  Milestone:  6.8 branch
Component:  Compiler  |Version:  6.8.1 
 Severity:  normal| Resolution:  fixed 
 Keywords:| Difficulty:  Unknown   
 Testcase:|   Architecture:  Unknown   
   Os:  Windows   |  
--+-
Changes (by simonmar):

  * status:  new => closed
  * type:  bug => merge
  * resolution:  => fixed

Comment:

 Fixed by this:

 {{{
 Wed May 28 16:45:28 BST 2008  Simon Marlow <[EMAIL PROTECTED]>
   * FIX #1970: ghci -hide-all-packages should work
 }}}

 although note that you need to use `-i`:
 {{{
 runhaskell -i Setup.hs configure
 }}}

 otherwise GHC thinks `Prelude` means `./Prelude.hs` which isn't built.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #1956: panic on runhaskell Setup configure on base

2007-12-14 Thread GHC
#1956: panic on runhaskell Setup configure on base
--+-
 Reporter:  NeilMitchell  |  Owner:
 Type:  bug   | Status:  new   
 Priority:  normal|  Milestone:  6.8 branch
Component:  Compiler  |Version:  6.8.1 
 Severity:  normal| Resolution:
 Keywords:| Difficulty:  Unknown   
 Testcase:|   Architecture:  Unknown   
   Os:  Windows   |  
--+-
Changes (by igloo):

  * milestone:  => 6.8 branch

Comment:

 See also #1970

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #1956: panic on runhaskell Setup configure on base

2007-12-04 Thread GHC
#1956: panic on runhaskell Setup configure on base
-+--
Reporter:  NeilMitchell  |   Owner: 
Type:  bug   |  Status:  new
Priority:  normal|   Milestone: 
   Component:  Compiler  | Version:  6.8.1  
Severity:  normal|Keywords: 
  Difficulty:  Unknown   |Testcase: 
Architecture:  Unknown   |  Os:  Windows
-+--
 {{{
 C:\Documents\Uni\contrib\base>darcs pull
 Pulling from "http://darcs.haskell.org/packages/base";...
 No remote changes to pull in!

 C:\Documents\Uni\contrib\base>runhaskell Setup configure

 :1:22:
 attempting to use module `System.IO' (System/IO.hs) which is not
 loaded

 :1:22: Not in scope: `System.IO.stderr'

 :1:22: Not in scope: `System.IO.stdin'
 ghc.exe: panic! (the 'impossible' happened)
   (GHC version 6.8.1 for i386-unknown-mingw32):
 interactiveUI:setBuffering

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
 }}}

 Not sure what this should do, but it shouldn't panic.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs