www

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

commit f90e319d92510dfd8432e4cc095aee90f9f8f98c
parent d45a446359b0941865aceea0a947c0c3da777c5f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Sat, 27 Aug 2016 00:56:54 +0200

Fixed dependency url

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 "extensible-parser-specifications") (define deps '("base" "rackunit-lib" - "phc-toolkit" + "https://github.com/jsmaniac/phc-toolkit.git" "generic-syntax-expanders")) (define build-deps '("scribble-lib" "racket-doc")) (define scribblings '(("scribblings/extensible-parser-specifications.scrbl" ())))