patch applied (ghc): Make haddocking depend on the library .a file

Simon Peyton Jones simonpj at microsoft.com
Fri May 29 04:48:33 EDT 2009


Fri May 29 01:45:14 PDT 2009  simonpj at microsoft.com
  * Make haddocking depend on the library .a file
  Ignore-this: 233496beeea7a0ca0d8d21543c5050c7
  
  You can't Haddock a library until it's built. Previously that happened
  automatically because
    Haddock itself was built with stage2
    And all the libraries were built with stage1
  But now DPH is built with stage2, so Haddock can get to work too
  early.
  
  This patch adds the missing dependency (thanks to Simon M)
  

    M ./rules/haddock.mk +4

View patch online:
http://darcs.haskell.org/ghc/_darcs/patches/20090529084514-1287e-b69f2198de32e988027b4a058971c6406475dc59.gz



More information about the Cvs-ghc mailing list