revert "mzscheme" and "mred" collection versions

and turn off automatic "mzscheme" version dependency for
 package .plt files
This commit is contained in:
Matthew Flatt 2011-03-28 15:17:17 -06:00
parent 0fda70b7ca
commit 437f2585c9
3 changed files with 7 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#lang setup/infotab
(define version '(510))
(define version '(400))
(define post-install-collection "installer.rkt")

View File

@ -1,6 +1,6 @@
#lang setup/infotab
(define version '(510))
(define version '(400))
(define post-install-collection "installer.rkt")

View File

@ -280,6 +280,11 @@
r))
(list r v))
(list r null)))))
requires
;; Packer used to automatically include "mzscheme"
;; dependency, but we've conlcuded that dependencies
;; aren't typically useful.
#;
(cons '("mzscheme") requires))
#:conflicts conflicts
#:at-plt-home? at-plt-home?