Cosmetic [1/2]

This commit is contained in:
Tony Garnock-Jones 2020-01-17 14:14:55 +01:00
parent d1fbe26bc1
commit cd98c3048d
1 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,7 @@
#lang setup/infotab
(define collection 'multi)
(define deps '("rfc6455"
(define deps '(
"rfc6455"
"turnstile-lib"
"turnstile-example"
"macrotypes-lib"
@ -26,7 +27,12 @@
"sha"
"db-lib"
))
(define build-deps '("racket-doc"
(define build-deps '(
"racket-doc"
"scribble-lib"
"sha"
"draw-doc" "gui-doc" "htdp-doc" "pict-doc"))
"draw-doc"
"gui-doc"
"htdp-doc"
"pict-doc"
))