[haddock] #135: haddock stomps on existing .o and .hi files, breaking package builds

haddock haddock at projects.haskell.org
Fri May 14 15:45:55 EDT 2010


#135: haddock stomps on existing .o and .hi files, breaking package builds
-------------------+--------------------------------------------------------
Reporter:  duncan  |        Owner:        
    Type:  defect  |       Status:  closed
Priority:  major   |    Milestone:  2.7.0 
 Version:  2.6.0   |   Resolution:  fixed 
Keywords:          |  
-------------------+--------------------------------------------------------
Changes (by waern):

  * status:  new => closed
  * resolution:  => fixed

Comment:

 I've fixed this in Haddock now as well:

 {{{
 Fri May 14 19:55:17 CEST 2010  David Waern <david.waern at gmail.com>
   * Re-direct compilation output to a temporary directory
   Also add a flag --no-tmp-comp-dir that can be used to get the old
 behavior of
   writing compilation files to GHC's output directory (default ".").
 }}}

 So the GHC build system should be able to use {{{--no-tmp-comp-dir}}} to
 pick up already created output files.

 David

-- 
Ticket URL: <http://trac.haskell.org/haddock/ticket/135#comment:2>
haddock <http://www.haskell.org/haddock>
Haddock, The Haskell Documentation Tool


More information about the Haddock mailing list