From 03f6922b05d280bcfc451ea8af76bc63391674ee Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 2 May 2021 15:49:38 +0200 Subject: [PATCH] Rename the documentation file. This should fix installation conflicts on the Racket package index. --- info.rkt | 2 +- manual.scrbl => typed-compose.scrbl | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename manual.scrbl => typed-compose.scrbl (100%) diff --git a/info.rkt b/info.rkt index b7de44d..f0bc7fd 100644 --- a/info.rkt +++ b/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" diff --git a/manual.scrbl b/typed-compose.scrbl similarity index 100% rename from manual.scrbl rename to typed-compose.scrbl