~williewillus/r16

94b151e14d66114fdb41f9cbd623eff8f6aa1094 — Vincent Lee 2 years ago 1adf679
Declare some missing deps
1 files changed, 3 insertions(+), 1 deletions(-)

M info.rkt
M info.rkt => info.rkt +3 -1
@@ 6,8 6,10 @@
               "racket-cord"
               "sandbox-lib"
               "slideshow-lib"
               "threading-lib"))
               "threading-lib"
               "web-server-lib"))
(define build-deps '("racket-doc"
                     "draw-lib" ;; evaluator unit tests. TODO try to get rid of this
                     "rackunit-lib"
                     "scribble-lib"
                     "threading-doc"))