From 0730c480003f97265d56dff77cdff3f98aa96164 Mon Sep 17 00:00:00 2001 From: Asumu Takikawa Date: Wed, 15 Jun 2016 14:44:51 -0400 Subject: [PATCH] Remove pconvert dependency --- typed-racket-lib/info.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/typed-racket-lib/info.rkt b/typed-racket-lib/info.rkt index 74aa5b8a..52927ceb 100644 --- a/typed-racket-lib/info.rkt +++ b/typed-racket-lib/info.rkt @@ -3,7 +3,6 @@ (define collection 'multi) (define deps '(("base" #:version "6.4.0.5") - "pconvert-lib" "source-syntax" "compatibility-lib" ;; to assign types "string-constants-lib"))