add pkg desc for "racket-benchmarks"

This commit is contained in:
Matthew Flatt 2013-10-18 12:17:23 -06:00
parent 319a1d68af
commit 4c503d7a55

View File

@ -1,7 +1,6 @@
#lang info
(define collection 'multi)
(define pkg-authors '(eli jay mflatt robby samth stamourv))
(define deps '("base"
"compatibility-lib"
@ -10,3 +9,6 @@
"srfi-lite-lib"
"racket-test"
"typed-racket-lib"))
(define pkg-desc "Racket benchmarks")
(define pkg-authors '(eli jay mflatt robby samth stamourv))