www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 15a6c77251d2b57607a3ecf4505f6384c1284ad8
parent 62ea24a28d242f6a4ee6e3e3cdb305c1f27c345e
Author: Andreas Olsson <photoguy.apo@gmail.com>
Date:   Tue,  3 Jan 2017 14:36:43 +0100

Update info.rkt
Diffstat:
Minfo.rkt | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git 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")