Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install Haddock's html stuff | Simon Marlow | 2009-03-24 | 1 | -0/+6 |
| | |||||
* | Fix (with a hack?) haddock in teh new build system | Ian Lynagh | 2009-03-21 | 1 | -0/+2 |
| | |||||
* | new GHC build system: use shell-wrappers macro | Simon Marlow | 2009-03-20 | 1 | -27/+2 |
| | |||||
* | Install haddock in the new GHC build system | Ian Lynagh | 2009-03-01 | 1 | -5/+19 |
| | |||||
* | Create inplace/lib/html in the new GHC build system | Ian Lynagh | 2009-02-25 | 1 | -0/+6 |
| | |||||
* | Give haddock a wrapper on unix in the new GHC build system | Ian Lynagh | 2009-02-25 | 1 | -8/+14 |
| | |||||
* | do .depend generation for haddock with the stage1 compiler | Ian Lynagh | 2009-02-13 | 1 | -0/+7 |
| | | | | | | | | | This is a bit of a hack. We mkdepend with stage1 as if .depend depends on the stage2 compiler then make goes wrong: haddock's .depend gets included, which means that make won't reload until it's built, but we can't build it without the stage2 compiler. We therefore build the stage2 compiler before its .depend file is available, and so compilation fails. | ||||
* | Add a ghc.mk | Ian Lynagh | 2009-02-13 | 1 | -0/+12 |