From 15a6c77251d2b57607a3ecf4505f6384c1284ad8 Mon Sep 17 00:00:00 2001 From: Andreas Olsson Date: Tue, 3 Jan 2017 14:36:43 +0100 Subject: [PATCH] Update info.rkt --- info.rkt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/info.rkt b/info.rkt index 60e9294..1dc98b3 100644 --- a/info.rkt +++ b/info.rkt @@ -1,8 +1,7 @@ #lang info (define collection "pmap") (define deps '("base" - "rackunit-lib" - "future")) + "rackunit-lib")) (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("pmap.scrbl" ()))) (define pkg-desc "Description Here")