Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |