www

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

commit 74bcc2f9be2bea60b9cbe11a47af3fef1aff74a5
parent b331b57518ed8a12d7b9de9d58364c7c5fbe77c0
Author: Jack Firth <jackhfirth@gmail.com>
Date:   Fri,  2 Oct 2015 13:08:20 -0700

Fix dependency specification for reprovide-lang

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

diff --git a/info.rkt b/info.rkt @@ -7,7 +7,7 @@ '("base" "rackunit-lib" "fancy-app" - "reprovide" + "reprovide-lang" "lens" "point-free" "predicates"