typed-racket/typed-racket-lib/info.rkt
Asumu Takikawa 2b2e87010a Update version dependency on base
Depends on the rename transformer change
2015-09-09 11:59:43 -04:00

16 lines
386 B
Racket

#lang info
(define collection 'multi)
(define deps '(("base" #:version "6.2.900.16")
"pconvert-lib"
"source-syntax"
"compatibility-lib" ;; to assign types
"string-constants-lib"))
(define pkg-desc "implementation (no documentation) part of \"typed-racket\"")
(define pkg-authors '(samth stamourv))
(define version "1.1")