www

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

commit 67fcf594644b7adce2568bb7a0b5af2cc14ceac9
parent 25731ec47e8934371389c66b3724a6d1971757db
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Mon,  6 Feb 2017 00:44:41 +0100

Missing dependency

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

diff --git a/info.rkt b/info.rkt @@ -10,6 +10,7 @@ "rackunit-lib" "phc-toolkit" "scribble-enhanced" + "scribble-lib" )) (define build-deps @@ -17,5 +18,6 @@ "racket-doc" "scribble-doc" "scribble-code-examples" + "scribble-doc" ))