the impossible happened

2005-05-16 Thread Frederik Eaton
/home/frederik/arch/i386/bin/ghc -odir dist/build/../pp-web.cgi-tmp -hidir dist/build/../pp-web.cgi-tmp -o dist/build/../pp-web.cgi --make -i.. -O3 -fignore-asserts -fglasgow-exts -package base-1.0 -package WASH-CGI ../maint/webpage.hs -v Glasgow Haskell Compiler, Version 6.4, for Haskell 98, co

CTime problem

2005-05-16 Thread Frederik Eaton
It looks like CTime (Foreign.C.Types) used to be an Integral but isn't anymore, why? Isn't it just an integer? Frederik -- http://ofb.net/~frederik/ ___ Glasgow-haskell-bugs mailing list Glasgow-haskell-bugs@haskell.org http://www.haskell.org/mailman/l

[ ghc-Bugs-1202062 ] internal compiler error: the `impossible' happened

2005-05-16 Thread SourceForge.net
Bugs item #1202062, was opened at 2005-05-14 18:48 Message generated for change (Comment added) made by simonpj You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1202062&group_id=8032 Category: Compiler (Type checker) Group: 6.4 >Status: Closed >Resolution:

RE: runghc, ".hs" suffix

2005-05-16 Thread Simon Marlow
I'm working on this. It's not trivial because GHC assumes all over the place that the suffix on a file determines how it should be compiled, but I've now implemented something similar to gcc's -x flag. Cheers, Simon On 14 May 2005 20:04, Frederik Eaton wrote: > (moving to a separate thr