Add typed-racket-more to package dependencies.
For typed/racket/random.
This commit is contained in:
parent
abf8d4cf92
commit
78c638a886
1 changed files with 2 additions and 1 deletions
3
info.rkt
3
info.rkt
|
@ -7,7 +7,8 @@
|
||||||
"typed-graph"
|
"typed-graph"
|
||||||
"typed-racket-lib"
|
"typed-racket-lib"
|
||||||
"typed-compose"
|
"typed-compose"
|
||||||
"typed-racket-stream"))
|
"typed-racket-stream"
|
||||||
|
"typed-racket-more"))
|
||||||
(define build-deps '("racket-doc"
|
(define build-deps '("racket-doc"
|
||||||
"typed-racket-doc"
|
"typed-racket-doc"
|
||||||
"sandbox-lib"
|
"sandbox-lib"
|
||||||
|
|
Loading…
Add table
Reference in a new issue