summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2011-06-11 19:12:35 +0100
committerIan Lynagh <igloo@earth.li>2011-06-11 19:12:35 +0100
commitc91698bfe7349a2f6edbb327872848bac6b71c5a (patch)
tree47917068e8fa8a267b2fdf2ee28b513bbdcb9bf8 /boot
parent792449f555bb4dfa8e718079f6d42dc9babe938a (diff)
downloadhaskell-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-xboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index 0b67b17f0b..08d4846524 100755
--- a/boot
+++ b/boot
@@ -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;