Use #lang info instead of #lang setup/infotab.

original commit: 5a7ca7ebb56b2215f2d395ed052c03ea740817ea
This commit is contained in:
Sam Tobin-Hochstadt 2013-07-04 15:45:47 -04:00
parent f849cf1b30
commit f3a8b6e390
4 changed files with 4 additions and 4 deletions
pkgs/profile-pkgs
profile-doc
info.rkt
profile/scribblings
profile-lib
profile

View File

@ -1,4 +1,4 @@
#lang setup/infotab
#lang info
(define collection 'multi)

View File

@ -1,3 +1,3 @@
#lang setup/infotab
#lang info
(define scribblings '(("profile.scrbl" () (tool-library))))

View File

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

View File

@ -1,4 +1,4 @@
#lang setup/infotab
#lang info
(define collection 'multi)