From 3ef406b5c667b3755da899e389c68bf68b16bfc4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 29 Jun 2013 05:42:38 -0600 Subject: [PATCH] auto-fix dependencies in "pkgs" Left one dependency broken: "drracket" currently depends on "htdp" for a test. That needs to be fixed by removing the dependency (moving the test to "htdp?), instead of changing the declared dependencies. original commit: 51290fd2a95def6bb3b6d3d735cb62444e157553 --- pkgs/racket-pkgs/at-exp-lib/info.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/racket-pkgs/at-exp-lib/info.rkt b/pkgs/racket-pkgs/at-exp-lib/info.rkt index b85118802f..e43df74125 100644 --- a/pkgs/racket-pkgs/at-exp-lib/info.rkt +++ b/pkgs/racket-pkgs/at-exp-lib/info.rkt @@ -1,3 +1,4 @@ #lang setup/infotab (define collection 'multi) +(define deps '("base"))