RE: GHC 6.5 (Visual Haskell) bug with wxHaskell

2005-10-17 Thread Simon Marlow
On 17 October 2005 04:50, Piotr Wilkin wrote: I installed the alpha version of Visual Haskell and wanted to try to add wxHaskell to the package list. I compiled wxHaskell from source, using the ghc, ghc-pkg and Haddock from the Visual Haskell distribution. The wx and wxcore packages are

RE: panic! (the `impossible' happened): Prelude.head: empty list

2005-10-17 Thread Simon Peyton-Jones
Thanks! I've fixed this, and added a test. Simon | -Original Message- | From: [EMAIL PROTECTED] [mailto:glasgow-haskell-bugs- | [EMAIL PROTECTED] On Behalf Of Ian Lynagh | Sent: 14 October 2005 20:51 | To: glasgow-haskell-bugs@haskell.org | Subject: panic! (the `impossible' happened):

[ ghc-Bugs-1328684 ] Win GHC 6.4.1 crashes while building FastPackedString

2005-10-17 Thread SourceForge.net
Bugs item #1328684, was opened at 2005-10-17 14:12 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1328684group_id=8032 Please note that this message will contain a full copy of

[ ghc-Bugs-1328684 ] Win GHC 6.4.1 crashes while building FastPackedString

2005-10-17 Thread SourceForge.net
Bugs item #1328684, was opened at 2005-10-17 14:12 Message generated for change (Comment added) made by wagerlabs You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1328684group_id=8032 Please note that this message will contain a full copy of the comment

[ ghc-Bugs-1328684 ] Win GHC 6.4.1 crashes while building FastPackedString

2005-10-17 Thread SourceForge.net
Bugs item #1328684, was opened at 2005-10-17 14:12 Message generated for change (Comment added) made by wagerlabs You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1328684group_id=8032 Please note that this message will contain a full copy of the comment

Re[2]: GHC 6.5 (Visual Haskell) bug with wxHaskell

2005-10-17 Thread Piotr Wilkin
SM Can you try with -v and send us the output, also the output from SM 'ghc-pkg list', and 'ghc-pkg describe wxcore', 'ghc-pkg describe wx'. SM All with the versions of these tools that came with Visual Haskell, of SM course. Compilation error message from ghc -v -package wx: Glasgow Haskell

[ ghc-Bugs-1328901 ] internal error: schedule: awaitEvent() in threaded RTS

2005-10-17 Thread SourceForge.net
Bugs item #1328901, was opened at 2005-10-17 12:04 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detailatid=108032aid=1328901group_id=8032 Please note that this message will contain a full copy of

Re: cc1plus.exe not included in Win32 distro

2005-10-17 Thread Sigbjorn Finne
It was intentionally removed (the intention being to remove heft from the installer) after it had been unintentionally included for quite a while. The rule has always been that only tools that GHC depends upon to operate are bundled with it on the mingw side -- the only exception to that rule

Re: Network Exception

2005-10-17 Thread Sigbjorn Finne
Just to be clear -- this is with ghc-6.4.1 as distributed via the GHC web pages and not some local build..? I can't explain this -- the example code you give will have successfully started up WinSock (version 1.1) prior to calling getHostName, so that error condition doesn't make much sense.