diff options
author | Ian Lynagh <igloo@earth.li> | 2011-06-11 19:12:35 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-06-11 19:12:35 +0100 |
commit | c91698bfe7349a2f6edbb327872848bac6b71c5a (patch) | |
tree | 47917068e8fa8a267b2fdf2ee28b513bbdcb9bf8 /boot | |
parent | 792449f555bb4dfa8e718079f6d42dc9babe938a (diff) | |
download | haskell-c91698bfe7349a2f6edbb327872848bac6b71c5a.tar.gz |
Remove upstream repos from the packages file
We no longer pull directly from upstream repos, so it wasn't useful
to have it programatically available. The info, and more, is now on
http://hackage.haskell.org/trac/ghc/wiki/Commentary/Libraries#Repositorylocations
instead.
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ sub sanity_check_tree { if (/^#/) { # Comment; do nothing } - elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+ +[^ ]+$/) { + elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+$/) { $dir = $1; $tag = $2; |