Lack of error message with ``sth``

1999-12-25 Thread Wojciech Moczydlowski, Jr
ghc 4.04 doesn't say anything after running: [khaliff@localhost PF]$ ghc -fglasgow-exts 1.hs [khaliff@localhost PF]$ where 1.hs is: module Main where a = ``s`` Yet there are no 1.hi or 1.o files produced. Shouldn't an error message be displayed? Khaliff TM

Trouble with compiling the latest source

2000-04-15 Thread Wojciech Moczydlowski, Jr
I've just downloaded current cvs source and compiled and installed it (using 4.06 version). Nevertheless, I noticed that the trouble with large executable files (1.8MB for hello world prog) persisted, so I tried to recompile with GhcLibHcOpts += -split-objs -odir $* added in build.mk (as Sigb

Module Time

2000-06-05 Thread Wojciech Moczydlowski, Jr
The following: module Main where import Time main = do ct <- getClockTime print $ diffClockTimes (addToClockTime noTimeDiff ct) ct returns 5-hour time difference, which is rather strange. Wojciech Moczydlowski, Jr