www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 7a91f8b120390ab5a412b96ec1bb0869aea3f349
parent 93e763f66bb13ee756f5a263bc3cc832c7fdb4c6
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu, 31 Mar 2016 16:18:55 +0200

Added missing dependency on typed-racket-lib

Diffstat:
Minfo.rkt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/info.rkt b/info.rkt @@ -2,6 +2,7 @@ (define collection "repltest") (define deps '("base" "rackunit-lib" + "typed-racket-lib" "debug")) (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/repltest.scrbl" ())))