diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-15 15:47:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-15 15:47:41 +0000 |
commit | 4ac17e1a625698df98fdc807118c0bb81aefdeb1 (patch) | |
tree | 7d773a6d331dd7cda7d5280e1ac095d81e3c22bb /boot | |
parent | 0e17d4498cc037d5c18d33fcc4a4885778d266c0 (diff) | |
download | haskell-4ac17e1a625698df98fdc807118c0bb81aefdeb1.tar.gz |
Add upstream repo to the packages file
Diffstat (limited to 'boot')
-rw-r--r-- | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ while (<PACKAGES>) { if (/^#/) { # Comment; do nothing } - elsif (/^([a-zA-Z0-9\/.-]+) *([^ ]+) *[^ ]+ *[^ ]+$/) { + elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+ +[^ ]+$/) { $dir = $1; $tag = $2; |