From a42465b65f609b3fd28d948449da5a607e019249 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Sun, 30 Jun 2013 19:38:33 -0400 Subject: [PATCH] Move most of the `compiler` collection to `compiler-lib`. original commit: 3ad009070e063614f22a32fbbffa950a8d84e599 --- pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt index dd598596..b9c9d7ee 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt @@ -5,6 +5,7 @@ (define build-deps '("base" "compatibility-lib" "rackunit-lib" + "compiler-lib" "redex" "sandbox-lib" "unstable"))