commit c6a03864eb5fcb4b66759edd6ea5e06839f8c15b parent 5cc39371b87f519b0700c1ef78687239dc6f63f4 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Fri, 13 Jan 2017 01:17:18 +0100 Use only typed-map-lib, not typed-map Diffstat:
| M | info.rkt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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"))