Add dependency on typed-racket-doc.
This commit is contained in:
parent
69de457613
commit
04e33f4385
1 changed files with 2 additions and 1 deletions
3
info.rkt
3
info.rkt
|
@ -4,7 +4,8 @@
|
|||
(define deps '("typed-racket-lib"
|
||||
"base"))
|
||||
(define scribblings '(("manual.scrbl" ())))
|
||||
(define build-deps '("racket-doc"
|
||||
(define build-deps '("typed-racket-doc"
|
||||
"racket-doc"
|
||||
"rackunit-typed"
|
||||
"sandbox-lib"
|
||||
"scribble-lib"))
|
||||
|
|
Loading…
Reference in a new issue