www

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

commit ff12ed2af404494962f579c55db8c49c59171ccc
parent 1d45a9ea6247b21c5b64bfa22445c18dcb2dee4f
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 30 Aug 2016 13:14:31 +0200

Changed dependency URI

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