[Haskell-cafe] strange ghc output
Claus Reinke
claus.reinke at talk21.com
Tue Oct 28 13:56:07 EDT 2008
> 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
More information about the Haskell-Cafe
mailing list