diff --git a/info.rkt b/info.rkt index 52cff73..60e9294 100644 --- a/info.rkt +++ b/info.rkt @@ -2,7 +2,7 @@ (define collection "pmap") (define deps '("base" "rackunit-lib" - "racket/future")) + "future")) (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("pmap.scrbl" ()))) (define pkg-desc "Description Here")