move mzscheme' and mzlib/unit200' from core to "compatibility-lib"

Also, move `mzlib/sandbox' to "compatibility-lib".

original commit: 72c91629893290cce4ea4082b08449b1a6914738
This commit is contained in:
Matthew Flatt 2013-07-10 09:34:34 -06:00
parent a67635efb7
commit a10568fa5e
15 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
#lang info
(define collection 'multi)
(define deps '("base" "net-lib"))
(define deps '("base"
"net-lib"
"sandbox-lib"))