Update info.rkt

This commit is contained in:
Andreas Olsson 2017-01-03 14:36:43 +01:00 committed by GitHub
parent 62ea24a28d
commit 15a6c77251

View File

@ -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")