typed-racket/typed-racket-lib/info.rkt
Sam Tobin-Hochstadt ee7bed777b Add dependency on 6.2.0.2.
This is definitely needed for the new `begin-encourage-inline`
submodule, but also needed for various other changes (such as
`dynamic-object/c`).
2015-03-19 21:45:15 -04:00

23 lines
617 B
Racket

#lang info
(define collection 'multi)
(define deps '(("base" #:version "6.2.0.2")
"pconvert-lib"
"unstable-contract-lib"
"unstable-list-lib"
"source-syntax"
"compatibility-lib" ;; to assign types
"string-constants-lib"))
;; This is needed since the expansion of TR
;; can insert `(require unstable/contract)` into
;; the expanded code.
(define implies '("unstable-contract-lib"))
(define pkg-desc "implementation (no documentation) part of \"typed-racket\"")
(define pkg-authors '(samth stamourv))
(define version "1.1")