info.rkt: Declare all the dependencies.

This commit is contained in:
Sergiu Ivanov 2022-01-05 16:06:22 +01:00
parent a96dc714ef
commit 330a3ae753
1 changed files with 4 additions and 0 deletions

View File

@ -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"
))