From 30e502ecc0ae3810847aa1904c7fc5d799a6650c Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 11 Jul 2013 17:49:25 -0600 Subject: [PATCH] auto-fix documentation package dependencies original commit: d57f26f001701c54bdd4163c60251dab4db55eba --- pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt index fa03b386..8066dd84 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-doc/info.rkt @@ -2,7 +2,10 @@ (define collection 'multi) -(define build-deps '("compatibility-lib" +(define build-deps '("compatibility-doc" + "r6rs-doc" + "srfi-doc" + "compatibility-lib" "r6rs-lib" "sandbox-lib" "at-exp-lib"