www

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

commit 62ea24a28d242f6a4ee6e3e3cdb305c1f27c345e
parent 98718c7e39e61bc09fc0baa219021e095aaa4aa7
Author: Andreas Olsson <photoguy.apo@gmail.com>
Date:   Tue,  3 Jan 2017 13:30:15 +0100

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

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