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: 51290fd2a95def6bb3b6d3d735cb62444e157553
tokens
Matthew Flatt 11 years ago
parent f11b08e544
commit 3cd299edb1

@ -1,3 +1,6 @@
#lang setup/infotab
(define collection 'multi)
(define deps '("base"))
(define build-deps '("parser-tools-lib"
"scribble-lib"))

@ -1,3 +1,6 @@
#lang setup/infotab
(define collection 'multi)
(define deps '("base"
"compatibility-lib"))
(define build-deps '("rackunit-lib"))

Loading…
Cancel
Save