From 31fbce7e5a8d2dc4c6f5a0bc945c97d92a04ca19 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 6 Jul 2013 14:34:24 -0500 Subject: [PATCH] depend on redex-lib instead of all of redex --- pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt | 2 +- pkgs/unstable/info.rkt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt b/pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt index a31414bd71..1378ab2c1d 100644 --- a/pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt +++ b/pkgs/typed-racket-pkgs/typed-racket-tests/info.rkt @@ -6,7 +6,7 @@ "compatibility-lib" "rackunit-lib" "compiler-lib" - "redex" + "redex-lib" "sandbox-lib" "unstable-flonum-lib" "unstable")) diff --git a/pkgs/unstable/info.rkt b/pkgs/unstable/info.rkt index b79064a5bd..6e167e441b 100644 --- a/pkgs/unstable/info.rkt +++ b/pkgs/unstable/info.rkt @@ -8,7 +8,7 @@ "draw-lib" "gui-lib" "pict-lib" - "redex" + "redex-lib" "scribble-lib" "slideshow-lib")) (define build-deps '("plot"