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
This commit is contained in:
parent
a1db255c50
commit
f849cf1b30
|
@ -2,5 +2,7 @@
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
|
||||||
(define build-deps '("profile-lib"
|
(define build-deps '("base"
|
||||||
|
"scribble-lib"
|
||||||
|
"profile-lib"
|
||||||
"racket-doc"))
|
"racket-doc"))
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
#lang setup/infotab
|
#lang setup/infotab
|
||||||
|
|
||||||
(define collection 'multi)
|
(define collection 'multi)
|
||||||
|
(define deps '("base"))
|
||||||
|
(define build-deps '("at-exp-lib"
|
||||||
|
"rackunit-lib"))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user