make packages single-collection by default

The `single-collection' "info.rkt" definition is no longer supported.

original commit: aabbfdc3d5
This commit is contained in:
Matthew Flatt 2013-07-03 17:03:25 -06:00
parent 4ebcdce773
commit b63d902657
2 changed files with 2 additions and 4 deletions

View File

@ -1,3 +1,5 @@
#lang setup/infotab
(define collection 'multi)
(define deps '("base"))

View File

@ -1,4 +0,0 @@
#lang setup/infotab
(define collection 'multi)
(define deps '("base"))