Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make cabal-bin not do any building, even of Setup.hs, when it is asked to clean | Ian Lynagh | 2008-07-29 | 1 | -2/+10 |
| | |||||
* | Teach cabal-bin how to build Setup programs | Ian Lynagh | 2008-07-03 | 1 | -3/+16 |
| | | | | | | | We now build a copy of Cabal and put it in a bootstrapping package.conf. We also make boot in libraries much earlier in the build process, so we can use cabal-bin for more stuff in the future. | ||||
* | Wibble cabal-bin's error message | Ian Lynagh | 2008-07-02 | 1 | -1/+1 |
| | | | | We don't need to put the program name in it, as that happens automatically | ||||
* | Rename cabal to cabal-bin | Ian Lynagh | 2008-06-29 | 1 | -0/+38 |
Avoids conflicts with the Cabal library on case-insensitive filesystems |