From c6a03864eb5fcb4b66759edd6ea5e06839f8c15b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Fri, 13 Jan 2017 01:17:18 +0100 Subject: [PATCH] Use only typed-map-lib, not typed-map --- info.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.rkt b/info.rkt index 8c3f0da..9f16c8b 100644 --- a/info.rkt +++ b/info.rkt @@ -4,7 +4,7 @@ "rackunit-lib" "typed-racket-lib" "typed-racket-more" - "typed-map")) + "typed-map-lib")) (define build-deps '("scribble-lib" "racket-doc" "typed-racket-doc"))