www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 4d879bdcd707ae0b667f6fc10c37b57229855ca5
parent 617ef60ecba6061b227fd0667bc55f50ff251268
Author: Greg Hendershott <greghendershott@gmail.com>
Date:   Thu, 25 Oct 2012 10:10:19 -0400

Require for-label some modules to get links.

Diffstat:
Mmain.rkt | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git 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])