Reduce dependencies.

This commit is contained in:
Sam Tobin-Hochstadt 2015-06-23 13:40:57 -04:00
parent 9a2b74dc33
commit 77f8316eaa

View File

@ -4,10 +4,10 @@
(define deps '("redex-lib"
"sandbox-lib"
"base"
"typed-racket"
"typed-racket-lib"
"typed-racket-more"
"typed-racket-compatibility"
"unstable"
"unstable-lib"
"unstable-2d"
"rackunit-lib"
"racket-index"
@ -23,7 +23,7 @@
"redex-lib"
"htdp-lib"
"sandbox-lib"
"unstable"))
"unstable-lib"))
(define update-implies '("typed-racket"))
(define pkg-desc "tests for \"typed-racket\"")