Skip to content
  • Simon Peyton Jones's avatar
    Make haddocking depend on the library .a file · dc249f10
    Simon Peyton Jones authored
    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)
    dc249f10