From 3b26e61819ecdd981603f9b408a059595786d1f3 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Wed, 26 Jun 2013 11:23:50 -0400 Subject: [PATCH] Move `compatibility`, pconvert, and mutable pairs to new packages. original commit: 59c6519cd3899f2bc872f0f2105d9c65b536a682 --- pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt index d85eba8d..ec5cb2e7 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt @@ -3,5 +3,6 @@ (define collection 'multi) (define deps '("unstable-list-lib" + "compatibility-lib" ;; to assign types "string-constants-lib"))