auto-fix dependencies for "scheme-lib" and "srfi-lite-lib"

original commit: c709af5bf4d3af8f8c7a5918cf0b521ac1846f78
This commit is contained in:
Matthew Flatt 2013-08-27 15:18:23 -06:00
parent e37b068e40
commit 5c88d18eaa
2 changed files with 3 additions and 1 deletions

View File

@ -12,3 +12,4 @@
(define pkg-desc "documentation part of \"compatibility\"")
(define pkg-authors '(eli mflatt robby samth))
(define build-deps '("scheme-lib"))

View File

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