From 5fbe24e9aaf7044a073a62a43a5ef0f37e48b129 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Mon, 27 Jan 2020 15:40:56 -0800 Subject: [PATCH] move dep --- quad/info.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/quad/info.rkt b/quad/info.rkt index 71f9417f..6e80c2de 100644 --- a/quad/info.rkt +++ b/quad/info.rkt @@ -12,10 +12,10 @@ "txexpr" "markdown" "pict-lib" - "csp")) + "csp" + "debug")) (define build-deps '("draw-lib" "draw-doc" "racket-doc" - "scribble-lib" - "debug")) + "scribble-lib")) (define update-implies '("fontland" "pitfall")) \ No newline at end of file