summaryrefslogtreecommitdiff
path: root/libraries/cabal-bin.hs
Commit message (Collapse)AuthorAgeFilesLines
* Make cabal-bin not do any building, even of Setup.hs, when it is asked to cleanIan Lynagh2008-07-291-2/+10
|
* Teach cabal-bin how to build Setup programsIan Lynagh2008-07-031-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 messageIan Lynagh2008-07-021-1/+1
| | | | We don't need to put the program name in it, as that happens automatically
* Rename cabal to cabal-binIan Lynagh2008-06-291-0/+38
Avoids conflicts with the Cabal library on case-insensitive filesystems