Fix the dependencies of the package.
The result of raco setup --fix-pkg-deps -l typed-compose
This commit is contained in:
parent
2ad0b1fba6
commit
1dddc26d8d
1 changed files with 6 additions and 1 deletions
7
info.rkt
7
info.rkt
|
@ -1,5 +1,10 @@
|
|||
#lang info
|
||||
|
||||
(define collection "typed-compose")
|
||||
(define deps '("base"))
|
||||
(define deps '("typed-racket-lib"
|
||||
"base"))
|
||||
(define scribblings '(("typed-compose.scrbl" ())))
|
||||
(define build-deps '("racket-doc"
|
||||
"rackunit-typed"
|
||||
"sandbox-lib"
|
||||
"scribble-lib"))
|
||||
|
|
Loading…
Reference in a new issue