
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
12 lines
256 B
Racket
12 lines
256 B
Racket
#lang setup/infotab
|
|
|
|
(define collection 'multi)
|
|
|
|
(define deps '("base"
|
|
"compatibility-lib"
|
|
"at-exp-lib"
|
|
"draw-lib"
|
|
"syntax-color-lib"
|
|
"sandbox-lib"
|
|
"rackunit-lib"))
|