From 330a3ae753f4e9722bc9e994ea4b9b1820660307 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Wed, 5 Jan 2022 16:06:22 +0100 Subject: [PATCH] info.rkt: Declare all the dependencies. --- info.rkt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/info.rkt b/info.rkt index 311c1d0..e300241 100644 --- a/info.rkt +++ b/info.rkt @@ -4,6 +4,8 @@ (define deps '("base" "graph-lib" "typed-racket-lib" + "gen-queue-lib" + "math-lib" )) (define scribblings '(("manual.scrbl" ()))) (define build-deps '("typed-racket-doc" @@ -11,4 +13,6 @@ "scribble-lib" "graph-doc" "gen-queue-lib" + "math-doc" + "rackunit-typed" ))