www

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

commit 60e567af3bcbff9887093eae204668f83889d518
parent 59d1d268a8ec04c197985319c493443219d72c22
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Thu,  6 Oct 2016 17:35:23 +0200

Depend on the #dev versions of the phc-adt and phc-toolkit, for faster build cycles

Diffstat:
Minfo.rkt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/info.rkt b/info.rkt @@ -2,8 +2,8 @@ (define collection "phc-graph") (define deps '("base" "rackunit-lib" - "phc-toolkit" - "https://github.com/jsmaniac/phc-adt.git" + "https://github.com/jsmaniac/phc-toolkit.git#dev" + "https://github.com/jsmaniac/phc-adt.git#dev" "type-expander" "hyper-literate" "scribble-enhanced"