www

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

commit 49b3287758b77a3a8c985d01322bb8a2769caa4a
parent 1f395775ce0466e164a0d71f65b5c060958a2b7a
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon,  3 Oct 2016 01:03:56 +0200

Use full URL for th phc-adt dependency, as the catalogs did not get updated yet.

Diffstat:
Minfo.rkt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/info.rkt b/info.rkt @@ -3,7 +3,7 @@ (define deps '("base" "rackunit-lib" "phc-toolkit" - "phc-adt" + "https://github.com/jsmaniac/phc-adt.git" "type-expander" "hyper-literate" "scribble-enhanced"