Bugs item #971327, was opened at 2004-06-11 20:02
Message generated for change (Comment added) made by wthaller
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=971327&group_id=8032

Category: None
Group: 6.0
>Status: Closed
>Resolution: Duplicate
Priority: 5
Submitted By: l.rhc (rhclopes)
Assigned to: Nobody/Anonymous (nobody)
Summary: ghci error

Initial Comment:
An error in ghci when using pattern guards. Session
dump follows





]$ ghci
   ___         ___ _
  / _ \ /\  /\/ __(_)
 / /_\// /_/ / /  | |      GHC Interactive, version
6.0, for Haskell 98.
/ /_\/ __  / /___| |      http://www.haskell.org/ghc/
\____/\/ /_/\____/|_|      Type :? for help.

Loading package base ... linking ... done.
Prelude> let f n | n == 0 = 1
ghc-6.0: panic! (the `impossible' happened, GHC version
6.0):
        getLinkDeps No iface for [<pkg>]GHCziErr

Please report it as a compiler bug to
[EMAIL PROTECTED],
or http://sourceforge.net/projects/ghc/.


Prelude> 

----------------------------------------------------------------------

>Comment By: Wolfgang Thaller (wthaller)
Date: 2004-06-11 23:35

Message:
Logged In: YES 
user_id=566359

This is a duplicate of bug #753377.
It has been fixed in GHC 6.0.1, please upgrade.

Also see http://www.haskell.org/pipermail/glasgow-haskell-bugs/2003-
June/003330.html for a workaround in case you can't update to 6.0.1 for 
some reason.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=971327&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to