#1734: needless panic in :show modules
----------------------+-----------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: GHCi | Version: 6.6.1
Severity: normal | Keywords:
Difficulty: Unknown | Os: Unknown
Testcase: | Architecture: Unknown
----------------------+-----------------------------------------------------
after a failed :load, :show modules panics (same effect in 6.6.1):
{{{
$ /cygdrive/c/fptools/ghc/compiler/stage2/ghc-inplace --interactive
GHCi, version 6.9.20070917: http://www.haskell.org/ghc/ :? for help
Loading package base ... linking ... done.
Prelude> :show modules
Prelude> :l x
[1 of 1] Compiling Main ( x.hs, interpreted )
x.hs:3:9:
lexical error in string/character literal at character '\r'
Failed, modules loaded: none.
Prelude> :show modules
: panic! (the 'impossible' happened)
(GHC version 6.9.20070917 for i386-unknown-mingw32):
missing linkable
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1734>
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