From 4d879bdcd707ae0b667f6fc10c37b57229855ca5 Mon Sep 17 00:00:00 2001 From: Greg Hendershott Date: Thu, 25 Oct 2012 10:10:19 -0400 Subject: [PATCH] Require for-label some modules to get links. --- main.rkt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/main.rkt b/main.rkt index ff07b37..aad5b19 100644 --- a/main.rkt +++ b/main.rkt @@ -2,7 +2,10 @@ @(require racket/sandbox scribble/eval - racket/date) + racket/date + (for-label racket) + (for-label racket/stxparam) + (for-label syntax/parse)) @(define evaluator (parameterize ([sandbox-output 'string] [sandbox-error-output 'string])