diff options
| author | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-02-03 18:54:48 +0100 |
|---|---|---|
| committer | Yaakov M. Nemoy <loupgaroublond@gmail.com> | 2009-02-03 18:54:48 +0100 |
| commit | 9d06b341952ff641d4e82734c3df302e464f4ce5 (patch) | |
| tree | b7bea1ec899ea93970dbb9c55d457bdefa645b5f /modules/hackage.py | |
| parent | f1bfe46bfd67ee2d817cd9ecdd7c5380003e39da (diff) | |
| download | fedora-devshell-9d06b341952ff641d4e82734c3df302e464f4ce5.tar.gz fedora-devshell-9d06b341952ff641d4e82734c3df302e464f4ce5.tar.xz fedora-devshell-9d06b341952ff641d4e82734c3df302e464f4ce5.zip | |
Refactors HaskellPort and Port to be more generic
Diffstat (limited to 'modules/hackage.py')
| -rw-r--r-- | modules/hackage.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/hackage.py b/modules/hackage.py index a38ccab..861f55e 100644 --- a/modules/hackage.py +++ b/modules/hackage.py @@ -42,5 +42,5 @@ class Hackage(Fetcher): return 'http://hackage.haskell.org/packages/archive/' + \ pkg + '/' + ver + '/' + pkg + '-' + ver + '.tar.gz' - def darcs_url(self, pkg): + def vcs_url(self, pkg): return 'http://darcs.haskell.org/' + pkg |
