
7 Mar
2006
7 Mar
'06
6:45 p.m.
Hi - I've set up my Visual Studio environment so that ghc is an external tool, where the output from ghc appears on the VS output pane. However when I use this to compile and link a Haskell program (I'm just using the plain text editor that comes with VC++ not the Haskell plugin because of its unfortunate MS-restricted-use licence...) the last thing ghc prints is: Linking ... but when it's finished nothing else is printed out, with the net result that I sit and wait forever! :-) Is there any flag to get ghc or the ghc linker to print "Done" or something when it's finished? Thanks, Brian.