Rename the documentation file.

This should fix installation conflicts on the Racket package index.
This commit is contained in:
Sergiu Ivanov 2021-05-02 15:49:38 +02:00
parent 04e33f4385
commit 03f6922b05
2 changed files with 1 additions and 1 deletions

View File

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