From cfee2d54299d1b797feaf89ca7093316812f57c0 Mon Sep 17 00:00:00 2001 From: Jacob Matthews Date: Tue, 24 Jan 2006 16:42:05 +0000 Subject: [PATCH] Fixing require that caused a cyclic dependency svn: r1940 --- collects/setup/getinfo.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/setup/getinfo.ss b/collects/setup/getinfo.ss index 82c05014f3..2e8e2a52a0 100644 --- a/collects/setup/getinfo.ss +++ b/collects/setup/getinfo.ss @@ -7,7 +7,7 @@ (lib "contract.ss") - (lib "planet-archives.ss" "planet")) + (lib "cachepath.ss" "planet")) (define info? (opt-> (symbol?) ((-> any/c)) any/c)) (define path-or-string? (lambda (x) (or (path? x) (string? x))))