racket/pkgs/compiler-lib/info.rkt
Matthew Flatt aabbfdc3d5 make packages single-collection by default
The `single-collection' "info.rkt" definition is no longer supported.
2013-07-03 19:49:06 -06:00

6 lines
73 B
Racket

#lang setup/infotab
(define collection 'multi)
(define deps '("base"))