Skip to content

Commit

Permalink
Use hackage.haskell.org. Come back.
Browse files Browse the repository at this point in the history
  • Loading branch information
master-q committed Sep 2, 2013
1 parent 3d3f641 commit 934ab65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/build_extlibs.prl
Expand Up @@ -48,8 +48,8 @@ foreach my $fn (@ARGV) {
print("$name-$version.hl\n"),next if $opt_l;

print "Processing $fn, found $name-$version\n";
# my $url = "http://hackage.haskell.org/packages/archive/$name/$version/$name-$version.tar.gz";
my $url = "http://new-hackage.haskell.org/package/$name-$version/$name-$version.tar.gz";
my $url = "http://hackage.haskell.org/packages/archive/$name/$version/$name-$version.tar.gz";
# my $url = "http://new-hackage.haskell.org/package/$name-$version/$name-$version.tar.gz";
print "Fetching $url\n";
unless(-e "$tmpdir/$name-$version.tar.gz") {
mysystem "$opt_j downloadURI $url $tmpdir/$name-$version.tar.gz";
Expand Down

0 comments on commit 934ab65

Please sign in to comment.