www

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

commit 742322a42788ef7c1823461d814691cc897958ac
parent 3ae5e6bdaa07b616cd7a685c577a736c30b55de6
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 11 Oct 2016 00:55:31 +0200

Use path within git repository for phc-adt dependency.

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

diff --git a/info.rkt b/info.rkt @@ -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"