www

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

commit d5b46b9ee40a7568920c3a5200df4f85be6f9acc
parent ccdb667fac361150f49b13f24caa1c8505013b6b
Author: AlexKnauth <alexander@knauth.org>
Date:   Sat, 17 Sep 2016 17:55:44 -0400

add rackunit-lib as a build-dep

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

diff --git a/info.rkt b/info.rkt @@ -9,3 +9,7 @@ "rosette" )) +(define build-deps + '("rackunit-lib" + )) +