Use path within git repository for phc-adt dependency.

This commit is contained in:
Georges Dupéron 2016-10-11 00:55:31 +02:00
parent 3ae5e6bdaa
commit 742322a427

View File

@ -3,12 +3,14 @@
(define deps '("base"
"rackunit-lib"
"https://github.com/jsmaniac/phc-toolkit.git#dev"
"https://github.com/jsmaniac/phc-adt.git#dev"
"https://github.com/jsmaniac/phc-adt.git?path=phc-adt#dev"
"phc-adt"
"type-expander"
"hyper-literate"
"scribble-enhanced"
"typed-racket-lib"
"srfi-lite-lib"))
"srfi-lite-lib"
"delay-pure"))
(define build-deps '("scribble-lib"
"racket-doc"
"remember"