info.rkt: Declare all the dependencies.
This commit is contained in:
parent
a96dc714ef
commit
330a3ae753
1 changed files with 4 additions and 0 deletions
4
info.rkt
4
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"
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue