patch applied (cabal): Workaround the fact that haddock stomps on our precious .hi and .o files
9 Apr
2010
9 Apr
'10
7:01 a.m.
Thu Apr 8 15:51:56 PDT 2010 Duncan Coutts <duncan@haskell.org> * Workaround the fact that haddock stomps on our precious .hi and .o files When using "haddock --optghc-XTemplateHaskell" haddock will write out .o and .hi files. This is bad because it replaces the ones we previously built. This results in broken packages later on. Of course haddock should not do this, it should write temp files elsewhere. The workaround is to tell haddock to write the files to a temp dir. M ./Distribution/Simple/Haddock.hs -21 +38 View patch online: http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=cabal;a=darcs_commitdiff;h=2...
5945
Age (days ago)
5945
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts