www

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

commit 6a8ffed72055c0833ed313fc5383dcf3aaf5a690
parent 02a0d43d0d95f8d3a756fe6c36a0fbea69ce0d73
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Sun, 22 Jan 2017 16:28:43 +0100

Fix dependency

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 "stxparse-info") (define deps '("base" "rackunit-lib" - "reprovide")) + "reprovide-lang")) (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/stxparse-info.scrbl" ()))) (define pkg-desc "Description Here")