Add implies from typed-racket-lib to unstable-contract-lib.

Typed Racket, as of 8ea8c54eb, can add explicit require lines
to the expanded module, which can confuse the dependency
analyzer. An explicit implies declaration avoids the problem,
although I'm not sure that this is the right solution.
This commit is contained in:
Sam Tobin-Hochstadt 2014-10-28 15:12:32 -04:00
parent 8ea8c54eb4
commit 8582d94507

View File

@ -11,9 +11,13 @@
"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")
(define version "1.1")