www

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

commit c142bb900178f16f6703d3ad686a7fd9792ba0f9
parent 24bbc494310a93c7e7136347117bdfe491c96478
Author: AlexKnauth <alexander@knauth.org>
Date:   Thu, 30 Jul 2015 17:55:40 -0400

add missing dep

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

diff --git a/info.rkt b/info.rkt @@ -4,5 +4,5 @@ (define deps '("base" "sweet-exp" "my-cond")) -(define build-deps '("rackunit-lib" "scribble-lib" "racket-doc")) +(define build-deps '("rackunit-lib" "scribble-lib" "racket-doc" "rackjure"))