add missing dependency declarations

original commit: 36c623d93f693ec3312d01cb49b169e1da19a6ae
This commit is contained in:
Robby Findler 2013-09-17 03:38:08 -05:00
parent 2b955ead7f
commit 1b30e4a1fc

View File

@ -13,7 +13,8 @@
"at-exp-lib"
"scribble-lib"
"typed-racket-lib"
"racket-doc"))
"racket-doc"
"math" "plot"))
(define deps '("base"))
(define pkg-desc "documentation part of \"typed-racket\"")