Rename the documentation file.
This should fix installation conflicts on the Racket package index.
This commit is contained in:
parent
04e33f4385
commit
03f6922b05
2 changed files with 1 additions and 1 deletions
2
info.rkt
2
info.rkt
|
@ -3,7 +3,7 @@
|
|||
(define collection "typed-compose")
|
||||
(define deps '("typed-racket-lib"
|
||||
"base"))
|
||||
(define scribblings '(("manual.scrbl" ())))
|
||||
(define scribblings '(("typed-compose.scrbl" ())))
|
||||
(define build-deps '("typed-racket-doc"
|
||||
"racket-doc"
|
||||
"rackunit-typed"
|
||||
|
|
Loading…
Reference in a new issue