commit 72ecbc3ce1e2a178c1c37121406dac94086d44d6 parent 6831051dab6500bf726971acd50024ca3e00e816 Author: AlexKnauth <alexander@knauth.org> Date: Tue, 22 Jul 2014 10:44:47 -0400 Update deps Diffstat:
| M | info.rkt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.rkt b/info.rkt @@ -2,5 +2,5 @@ (define collection 'multi) -(define deps '("at-exp-lib" "rackjure")) +(define deps '("base" "at-exp-lib" "rackjure" "rackunit-lib" "racket-doc" "scribble-doc" "scribble-lib"))