auto-fix dependencies in "pkgs"

Left one dependency broken: "drracket" currently depends on "htdp" for
a test. That needs to be fixed by removing the dependency (moving the
test to "htdp?), instead of changing the declared dependencies.

original commit: 51290fd2a9
This commit is contained in:
Matthew Flatt 2013-06-29 05:42:38 -06:00
parent 04efdd405d
commit 3ef406b5c6

View File

@ -1,3 +1,4 @@
#lang setup/infotab
(define collection 'multi)
(define deps '("base"))