syntax/parse: fix dependencies of experimental modules

This commit is contained in:
Ryan Culpepper 2012-05-05 05:52:42 -06:00
parent 36b1a63783
commit 3bde72ffb0
2 changed files with 3 additions and 5 deletions

View File

@ -1,6 +1,5 @@
#lang racket/base
(require "../private/sc.rkt"
"../private/lib.rkt"
(require syntax/parse/pre
"provide.rkt"
unstable/wrapc
(only-in syntax/parse/private/residual ;; keep abs. path

View File

@ -5,9 +5,8 @@
(for-syntax racket/base
racket/syntax
"../private/minimatch.rkt"
"../private/sc.rkt"
"../private/lib.rkt"
"../private/rep-data.rkt"
syntax/parse/pre
syntax/parse/private/residual-ct ;; keep abs. path
"../private/kws.rkt"
unstable/wrapc))
(provide provide-syntax-class/contract