From 58dd4acc2b9dea6763f7ec36eda2f387c48ca311 Mon Sep 17 00:00:00 2001 From: Sam Tobin-Hochstadt Date: Thu, 16 Oct 2014 09:21:34 -0400 Subject: [PATCH] Add deps. --- info.rkt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/info.rkt b/info.rkt index 107bde3..71bdddd 100644 --- a/info.rkt +++ b/info.rkt @@ -1,4 +1,6 @@ #lang info (define collection "txexpr") (define scribblings '(("scribblings/txexpr.scrbl" ()))) -(define compile-omit-paths '("tests.rkt")) \ No newline at end of file +(define compile-omit-paths '("tests.rkt")) +(define deps '("base")) +(define build-deps '("scribble-lib")) -- 2.25.1