commit 6d76eeb954882a8300fc1e21d20ee1eb4d000d0d parent c9923d58bd66ad1ea549cf418607172fc0e174c7 Author: Georges Dupéron <georges.duperon@gmail.com> Date: Sat, 9 Sep 2017 12:40:10 +0200 Racket 6.8 actually has version number 6.7.0.900 Diffstat:
| M | info.rkt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/info.rkt b/info.rkt @@ -1,6 +1,6 @@ #lang info (define collection "phc-ts") -(define deps '(("base" "6.8") +(define deps '(("base" "6.7.0.900") "rackunit-lib" "reprovide-lang" "dotlambda"