Unable to run main.hs example for win32 distribution

1999-06-08 Thread Erik Meijer
After a smooth installation of GHC, I get an incomprehensible error message when trying to compile "Hello Workd!". == bash-2.02$ ghc-4.03 -v -o main main.hs The Glorious Glasgow Haskell Compilation System, version 4.03, patchlevel 0

Thanks for the ghc-4.03 for Windows !

1999-06-08 Thread Rene Grognard
Hi ! This is NOT to report a bug but to thank you for the Win32 port of Haskell. It was installed without tears on a DELL PC, running Win95, with Cygnus and the InstallShield wizard. As you asked for comments/suggestion:- It would be nice to get with the distribution a collection of "test

CVS Snapshot Bug?

1999-06-08 Thread reidrm
CVS Snapshot Bug? Please let me know if you need more information. Regards, Richard nauru{reidrm}2135: setenv CVSROOT :pserver:[EMAIL PROTECTED]:/cvs nauru{reidrm}2136: setenv CVS_RSH ssh nauru{reidrm}2137: cvs checkout fpconfig [snip] nauru{reidrm}2138:

Parsing qualified types

1999-06-08 Thread Wolfram Kahl
Consider the following two Modules: File A.lhs: == module A where data A a = MkA a == File B.lhs: == module B where import qualified A type A a = A.A a--- Problem! == ghc-4.03 (current sources) complains while compiling B.lhs: