Buglett: error message

2000-04-15 Thread Marc van Dongen
Hello all, One small buglet in ghc-4.06: When trying to compile one of my programs the following was generated as part of an error message: where a2s = ! arr The last line should have been: a2s = (!) arr That's all. Regards, Marc van Dongen --

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