From 5c9071515e92fb84530c34cd478c4921620de7e9 Mon Sep 17 00:00:00 2001 From: Matthew Butterick Date: Thu, 17 Dec 2015 11:09:40 -0800 Subject: [PATCH] adjust deps --- info.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index 25f395a..12cf667 100644 --- a/info.rkt +++ b/info.rkt @@ -1,8 +1,8 @@ #lang info (define collection "pollen-tfl") (define scribblings '(("scribblings/pollen-tfl.scrbl"))) -(define deps '("base" "pollen" "hyphenate" "css-tools" "txexpr" "sugar")) -(define build-deps '("txexpr" "sugar" "rackunit-lib")) +(define deps '("base" "pollen" "hyphenate" "css-tools" "txexpr" "sugar" "scribble-lib")) +(define build-deps '("rackunit-lib" "racket-doc")) (define update-implies '("txexpr" "hyphenate" "sugar")) (define compile-omit-paths 'all) (define test-omit-paths (list #rx"\\.(pm|ptree|pp)$")) \ No newline at end of file