commit d2f93d9ae630a13349f23247bcbac6fd76a50b02
parent 6989b4f3398c48e2a8eb59cfd367952116e313fe
Author: Georges Dupéron <georges.duperon@gmail.com>
Date: Fri, 20 Jan 2017 15:24:20 +0100
Use master branch of phc-toolkit, phc-adt and type-expander
Diffstat:
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/info.rkt b/info.rkt
@@ -2,9 +2,9 @@
(define collection "phc-graph")
(define deps '("base"
"rackunit-lib"
- "https://github.com/jsmaniac/phc-toolkit.git#dev"
- "https://github.com/jsmaniac/phc-adt.git?path=phc-adt#dev"
- "https://github.com/jsmaniac/type-expander.git#Let-Λ"
+ "phc-toolkit"
+ "phc-adt"
+ "type-expander"
"hyper-literate"
"scribble-enhanced"
"typed-racket-lib"