
28 Oct
2008
28 Oct
'08
1:56 p.m.
by the way, a nice feature of ghc would be a --clean option to remove .hi, .o files. and maybe a --veryclean to recompile all dependencies. i have more than once rm'd my .hs files by typo...
add yourself to http://hackage.haskell.org/trac/ghc/ticket/2258 ?-) btw, ghc head has this new option: -outputdir dir The -outputdir option is shorthand for the combination of -odir, -hidir, and -stubdir. Claus