summaryrefslogtreecommitdiffstats
path: root/modules/fetcher.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixes up HaskellPort to work with the new refactoring.Yaakov M. Nemoy2009-01-181-1/+1
| | | | | Also adds some close code for ports Also mistakenly stuck some code in HaskellPort that really belongs to the build system
* Refactors Cabal to fit the new mediator pattern designYaakov M. Nemoy2009-01-181-0/+33
Cabal has now been split into a builder, cabal, a fetcher, hackage, and a port aka mediator, haskellport. It's been gutted to try to match some common api between the base classes. Also, bits of Darcs have been pulled out into packagesource.