diff --git a/beautiful-racket-lib/info.rkt b/beautiful-racket-lib/info.rkt index 1963149..b466345 100644 --- a/beautiful-racket-lib/info.rkt +++ b/beautiful-racket-lib/info.rkt @@ -2,5 +2,5 @@ (define collection 'multi) (define version "0.01") -(define deps '("base")) +(define deps '("base" "sugar")) (define build-deps '("racket-doc" "rackunit-lib")) \ No newline at end of file