Re: ghc on Win32

2000-08-08 Thread Matthias Riese
://www.haskell.org/ghc/download_ghc_408.html the installshield is linked. I can't see an obvious way to find ghc-win32.html Thanks, Matthias Riese Zhanyong Wan wrote: Matthias, I've just installed ghc-4.08 / binary release for Win32. When compiling a file Type.hs, the following happens

Re: ghc on Win32

2000-08-03 Thread Matthias Riese
Hi! I'm using the perl.exe accompanying the installshield package. I'm using the bash from cygwin-b20 as the installation guide says. Is there a better alternative? I assume it works for some people. May anyone of these describe his setup? TIA Matthias Riese Reuben Thomas wrote: The file

ghc on Win32

2000-08-02 Thread Matthias Riese
I've just installed ghc-4.08 / binary release for Win32. When compiling a file Type.hs, the following happens: START Compiling Type.hs does not exist Action: openFile Reason: file does not exist /tmp/ghc1096.cpp END pls cc me as i'm not on the list TIA Matthias Riese

Re: ghc on Win32

2000-08-02 Thread Matthias Riese
ails. I've installed cygwin-b20 and echo works in bash. How is the command spawned exactly? Is it called like cmd /C "...? TIA Matthias Riese

ghc bug

2000-03-03 Thread Matthias Riese
ternatives beginning "aa": "{" - ... IMNSHO this warning is wrong. Best Regards, Matthias Riese

-ansi switch doesn't work

2000-01-04 Thread Matthias Riese
Happy newyear! The -ansi switch doesn't take effect on preprocessing -- the preprocessor is still being called with -traditional: ghc -v -ansi -cpp Step1.hs The Glorious Glasgow Haskell Compilation System, version 4.04, patchlevel 1 Effective command line: -v -ansi -cpp Haskellised C

non-exhaustive case in fptools/ghc/compiler/rename/RnIfaces.lhs:931

1999-12-25 Thread Matthias Riese
There is a non-exhaustive case in fptools/ghc/compiler/rename/RnIfaces.lhs:931 (ghc 4.04 patchlevel 1) A missing case is triggered by a zero-length .hi file. Best Regards, Matthias Riese

source binary packages bugs

1999-12-25 Thread Matthias Riese
which caused me to update ghc in first place :- 3. I tried to bootstrap ghc using ghc-4.04-src.tar.gz. I exactly followed the description in docs/installation.vsgml. It just did not work. It ends up with make needing hsc to build hsc :-( Best Regards, Matthias Riese

lookupBndrRn

1999-11-22 Thread Matthias Riese
Hi! Contents of A.hs: module A where Main.main = putLine "HALLO" ghc A.hs panic! (the `impossible' happened): lookupBndrRn A Main.main Please report it as a compiler bug to [EMAIL PROTECTED] Best Regards Matthias Riese