www

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

commit abcee6e9db636698bda3bcc509b24ba0517b77c9
parent f7de6fda4cbb5456e6745a5e8dba10f03e0957f7
Author: Stephen Chang <stchang@ccs.neu.edu>
Date:   Thu, 26 Jan 2017 14:56:15 -0500

bump racket dep; fix lens dep

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

diff --git a/info.rkt b/info.rkt @@ -3,9 +3,9 @@ (define collection 'multi) (define deps - '(("racket" #:version "6.4") + '(("racket" #:version "6.6") "base" - "lens-common" + "lens-lib" )) (define build-deps