From a556b619e4cf42788d7dd4601c90346b516c301e Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Tue, 2 Jul 2013 12:12:12 -0400 Subject: [PATCH] Create `unstable-debug-lib`, `unstable-pretty-lib`, `unstable-flonum-lib` packages. original commit: c7b3750320c1b4b00e5acab2defbc20900656bec --- 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 eec49160..692d697c 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-lib/info.rkt @@ -6,6 +6,7 @@ "pconvert-lib" "unstable-contract-lib" "unstable-list-lib" + "unstable-debug-lib" "compatibility-lib" ;; to assign types "string-constants-lib"))