unsatisfactory diagnostic in GHC

1999-03-23 Thread Sven Panne
Anyone who thinks that Hugs' diagnostic messages are unsatisfactory should try the following snippet with GHC::-) --- module Foo where import Posix(fdToHandle) bar = fdToHandle ``0''-- ``0'' should be: (intToFd ``0'')

RE: unsatisfactory diagnostic in GHC

1999-03-23 Thread Sigbjorn Finne (Intl Vendor)
Hmm. What's the version info? Compiles fine here with 4.02 build made from current CVS repo sources (as it should, btw.) P.S.: The "lookupBindC:no info!"-bug from Feb 22nd is still in yesterday's GHC... :-( Not forgotten, but fixing this is part of a larger compiler change to better

HaskellDirect

1999-03-23 Thread Paul Roe
Hi, I'm trying to generate an automation interface for Outlook 98 using HaskellDirect, but I'm encountering the following error: C:\HaskellDirect\0.13\proe..\ihc.exe msoutl85.idl -o msoutl85.hs -fcom -fno-export-list -fno-gen-enum-marshallers -foleview-input -fnogenbinary-interface

RE: HaskellDirect

1999-03-23 Thread Sigbjorn Finne (Intl Vendor)
Paul Roe [EMAIL PROTECTED] writes: Hi, I'm trying to generate an automation interface for Outlook 98 using HaskellDirect, but I'm encountering the following error: C:\HaskellDirect\0.13\proe..\ihc.exe msoutl85.idl -o msoutl85.hs -fcom -fno-export-list -fno-gen-enum-marshallers

Re: unsatisfactory diagnostic in GHC

1999-03-23 Thread Sven Panne
"Sigbjorn Finne (Intl Vendor)" wrote: Hmm. What's the version info? Compiles fine here with 4.02 build made from current CVS repo sources (as it should, btw.) Hmmm, strange: I?ve updated this morning. repo /= repo?:-} I?ll try again tomorrow. Cheers, Sven -- Sven Panne